Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 913 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 913 Bytes

Insta-api

This is an instagram unofficial API.

Pre requirements 🚀

  • Node.Js
  • npm - Usually comes with Node.js, type npm in your terminal to check for its presence
  • Git

Build and execution 🔧

$ git clone https://github.com/lucaslopezf/insta-api
$ cd insta-api
$ npm install
$ touch .env
$ npm run build
  1. 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

Todo's

  • Fix logging
  • Fix Dockerfile
  • Post image
  • Coverage 80%
  • Lot lot lot fixes