This is an instagram unofficial API.
$ git clone https://github.com/lucaslopezf/insta-api
$ cd insta-api
$ npm install
$ touch .env
$ npm run build
Go to .env file and complete environments variables (look .env.example )
$ npm run start
If everything is ok you will see a message like this
{"message":"Server is running 8080","level":"info","service":"instagram-api","timestamp":"2020-11-22T23:23:15.514Z"}
Specification: swagger
- Fix logging
- Fix Dockerfile
- Post image
- Coverage 80%
- Lot lot lot fixes