glovo-sdk

0.2.0 • Public • Published

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

Package Sidebar

Install

npm i glovo-sdk

Weekly Downloads

0

Version

0.2.0

License

Apache-2.0

Unpacked Size

15.1 kB

Total Files

6

Last publish

Collaborators

  • jchaves047