0.2.0 • Published 4 years ago

glovo-sdk v0.2.0

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

Glovo B2B-SDK Open Source

I programmed this SDK for my own use, because I find it very boring to be in charge of handling all the calls to the rest API.

Important notes

  • The author of this package is not affiliated with Glovo.
  • It is my first development in NodeJS, sorry if I don't apply the best language practices.
  • This SDK is based on official Glovo B2B documentationOfficial Docs

First steps

  1. npm Install

    bash npm i @jchaves047/Glovo-SDK --save

  2. Create .env File in the root project folder

  3. Go to your GlovoBusiness Link and generate the API credentials.
  4. enter image description here()
  5. Add the follow lines in the .env file:
API_KEY=YOUR_API_KEY
API_SECRET=YOUR_API_SECRET
BASE_URL=https://api.glovoapp.com
  1. add to .gitignore the .env file

License

Apache 2.0