Builds an updated json file for your flickr profile.
This app will build a json file containing all photos of a flickr profile (including all image sizes).
- Setup .env file with Flickr API credentials. (refer
.env.sample
) npm start
- Wait for sometime and let the build process complete.
- Access
http://<your_host>/gallery.json
, server path ispublic/gallery.json
. - To rebuild/refresh the json, you can access an endpoint:
http://<your_host>/refresh/<CACHE_REFRESH_TOKEN_IN_ENV>
This is to prevent refresh flooding as flickr only provides 3600 queries per hour.