An image gallery application that fetches data from the Flickr API.
- Node 11
- React 16
- A modern web browser using an up-to-date JavaScript engine.
- A Flickr API key: https://www.flickr.com/services/api/misc.api_keys.html
- Store your Flickr API key in an environment variable in
/.env:REACT_APP_API_KEY='flickr_api_key' - The application generates 'default' topics for images in buttons, based on a JSON file,
/src/etc/data.json:This data may be changed to whatever you'd like.{"default_queries": ["samurai", "mountains", "goat yoga"]}
- The API for this application can be generated by running:
npm run docs
- This documentation can then be viewed in your browser.
npm install && npm start