This is a node.js program made to get/fetch your instagram posts including photo, videos and render into html(ejs view engine) using Instagram Basic Display API
Keep your Disply API token(eg: IGH.....) in .env file at the root of the directory. If you don't have one or don't know how to get one view documentation here
1: Clone the repo first
git clone https://github.com/sololinux/getInstaFeed.git
2: Go to cloned repo(root) and install needed pacakages(node modules)
npm install
3: Start the program either using npm or node index.js
npm start