routoh-device-sun

0.0.21 • Public • Published

routoh-device-sun

A fork / ES2015 rewrite of the time module on route.io.

// TODO Need to hook up state events and cover how to use them . . . .

const Route = require('routoh');
const Sun = require('routoh-device-sun');
 
const route = new Route();
route.addDevice(new Sun({
  latitude: 0.000,
  longitude: 0.000
}));

Readme

Keywords

none

Package Sidebar

Install

npm i routoh-device-sun

Weekly Downloads

1

Version

0.0.21

License

Apache-2.0

Last publish

Collaborators

  • gauntface