0.0.5 • Published 6 years ago

corlysis-js v0.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Corlysis JS

Javascript Corlysis client

NPM

Installation

npm install corlysis-js --save

Usage

const Corlysis = require('corlysis-js');

const corlysis = new Corlysis('dbname', 'username', 'password');

Create new record

Send single point value

corlysis.writeSimple('key', 1.27);

You can optionally pass callback to retrieve insert results

corlysis.writeSimple('key', 1.27, (err, statusCode) => {
  console.log(err, statusCode);
});
0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago