0.2.0 • Published 5 years ago
glovo-sdk v0.2.0
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
npm Install
bash npm i @jchaves047/Glovo-SDK --save
Create .env File in the root project folder
- Go to your GlovoBusiness Link and generate the API credentials.
()
- Add the follow lines in the .env file:
API_KEY=YOUR_API_KEY
API_SECRET=YOUR_API_SECRET
BASE_URL=https://api.glovoapp.com
- add to .gitignore the .env file
License
Apache 2.0