Skip to content

jchaves07/Glovo-SDK

Repository files navigation

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](Capture) 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

About

unofficial Glovo SDK for NodeJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published