empatica-api

0.1.8 • Public • Published

empatica-api

Unofficial empatica node.js module to access web data

Install

Install with npm

$ npm i empatica-api --save

Usage

const credentials = require('./credentials.json');
 
const EmpaticaApi = require('empatica-api');
const empticaApi = new EmpticaApi({
  username: credentials.username,
  password: credentials.password
})
 
await empticaApi.authenticate()
const sessions = await empticaApi.getSessions()
console.log(sessions[0]);

Check the examples directory for more useful basics or use the full documentation here.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue

Author

mrzmyr

License

Copyright © 2018 mrzmyr Licensed under the MIT license.

/empatica-api/

    Package Sidebar

    Install

    npm i empatica-api

    Weekly Downloads

    1

    Version

    0.1.8

    License

    MIT

    Unpacked Size

    218 kB

    Total Files

    6

    Last publish

    Collaborators

    • mrzmyr