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.
- 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
- 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
- add to .gitignore the .env file
Apache 2.0