Calculate Instagram Posts Engagement Rate.
cd instagram-engagement-rate npm install
Config:
Edit .env file
```shell
instagram_username=your_instagram_username
instagram_password=your_instagram_password
Run:
npm start
Open localhost URL (Default port 3000):
http://localhost:3000