888 888888888 d8888
888 888 d8P888
888 888 d8P 888
888 .d88b. .d88b. 88888b. 8888888b. d8P 888
888 d88""88bd88""88b888 "88b "Y88bd88 888
888 888 888888 888888 888 8888888888888
888 Y88..88PY88..88P888 d88PY88b d88P 888
88888888 "Y88P" "Y88P" 88888P" "Y8888P" 888
888
888
888
Loop54 API library - javascript edition
- Easier implementation of the Loop54 API
- Uses axios for communication
- Uses cookies to follow user behavior
Installation:
You need to have the node package manager, npm, installed:
npm install --save loop54-js-lib
Usage:
When you want to use it you have to require it:
var Loop54 = require('loop54-js-lib');
Example implementation:
We have an example implementation using the API library that you can use as reference of how to implement our API library.
The example implementation can be found on github: https://github.com/LoopFiftyFour/loop54-js-demo.git