@meecolabs/fonoapi
v1.0.0-beta1
Published
Simple wrapper around the Fono API – Mobile Device Description API
Downloads
10
Readme
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
