Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 517 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 517 Bytes

instaFeedProvider

A simple express backend to get your cached insta feed as JSON, and an endpoint to refresh your long-lived access token.

Simply run heroku create and then git push heroku, to make it live.

You need to edit the environment variables in an .env file (see sample), or if you deploy to heroku, set them like descibed here.

You find the other details in comments.

Any feedback or contribution is appreciated.