API to support the Depictr app, which takes lyrics or prose as input and retrieves relevant photos.
Uses Flickr API to get photos matching criteria. You'll need an API key and secret for this.
Add them to environment variables to .env:
FLICKR_API_KEY=yours
FLICKR_API_SECRET=yours
To run locally, if you're running bash:
npm i
npm start
If you have nodemon installed globally, just run it:
nodemon