This basic node app displays a users recent instagram pictures. It is based on a tutorial from https://scotch.io I used this app to learn about several topics:
- create a http server with express as a framework
- use the instagram-node package to access the instagram developer API
- use the EJS templating engine
- use the dotenv package to hide a secret access token
- node.js
- html
- ejs
- instagram-api
- github
- atom