Bol.com API Node.js Wrapper
Explore the docs »
View Site
·
Report Bug
·
Request Feature
A Node.js wrapper for the Bol.com API. Bol.com explicitly asks to limit calls to retrieve your JWT token. However the token expires every 10 minutes. The express server in this project requests the JWT token and stores it by caching. Limiting calls for JWT token by using cache memory to retrieve the older (working) token.
Feel free fork and edit this project to your liking.
v1.0.0
- Retrieve and caching JWT Token
- Validate JWT Token and if unvalid replacing the token.
- Built-in books call for Bol.com products in category books.
- Clone the repo
git clone https://github.com/rohitjethoe/nodejs-bol-wrapper.git- Install NPM packages
npm run buildor
yarn run build- Run Express server for development
npm run serve