0.9.1 • Published 5 years ago

psyloc v0.9.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

psyloc: a client side for psylo

Usage

Initialization requires 3 parameters, psyHost, apiHost, and website.

  • psyHost: The hostname where to contact psylo.
  • apiHost: The hostname where to contact the eSS api REST server.
  • website: The hostname id of the eSS website.

Then require psyloc with those parameters.

let psyloc = require('psyloc')(psyHost,apiHost,website);

Example

let psyloc = require('localhost','api-dev.esecuresend.com','dev.esecuresend.com');

Test

platform=dev npm test
0.9.1

5 years ago

0.9.0

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago