Shields that represent my project - They change over time. (https://shields.io/)
Rijks-Online is a Single Page Application that let's the user search all of the extraordinary artworks from the Rijksmuseum. This is being done with the help of the Rijks-API. With this API it's possible to showcase all of the artworks that the Rijksmuseum offers.
Clone the GitHub Repo locally
git clone https://github.com/DaanKetelaars/Rijks-Online
Connect your API Key.
- Go to the Rijks Studio.
- Create an account.
- Go to advanced settings and ask for your own personal API key.
- in the fetchData.js file, add your own API key.
`https://www.rijksmuseum.nl/api/nl/collection?key=[APIKEYHERE]&q=${userInput}`
Host this project on live-server or localhost.
- Download the live-server extension in Vscode.
- Call the live-server and the artworks will be shown.
- for more information: https://github.com/ritwickdey/vscode-live-server
For any questions, don't hesitate to reach out! Daan Ketelaars - daanketelaars@gmail.com - https://github.com/DaanKetelaars/Rijks-Online
Usage is provided under the MIT License MIT. See LICENSE for the full details.