0.3.0 • Published 7 years ago

loop54-js-lib v0.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago
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

0.3.0

7 years ago

0.2.0

7 years ago

0.1.6

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago