1.0.0-beta1 • Published 7 years ago

@meecolabs/fonoapi v1.0.0-beta1

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
7 years ago

fono API

A simple Node.js wrapper for the fono API.

Usage

The library is implemented as a thin wrapper layer over the fono API. You can get an API token here.

Example

const FonoClient = require('fonoapi');

	// init
	var client = new FonoClient('<apiToken>');
	
	// get data about a sensebox
	client.getLatest('samsung', 1).then((result) => {
		// …
	});

License

MIT