RSolr::Europeana provides an RSolr-like library for applications to query the Europeana API as though it was a Solr server.
Add this line to your application's Gemfile:
gem 'rsolr-europeana'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rsolr-europeana
- Get a Europeana API key at: http://labs.europeana.eu/api/registration/
- Connect to RSolr::Europeana with your API key:
client = RSolr::Europeana.connect(api_key: 'YOUR_API_KEY')
- Send queries to the client as you would RSolr.
Licensed under the EUPL V.1.1.
For full details, see LICENSE.md.