@meecolabs/fonoapi

1.0.0-beta1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @meecolabs/fonoapi

Weekly Downloads

1

Version

1.0.0-beta1

License

MIT

Last publish

Collaborators

  • alopix