Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseflat committed Nov 20, 2015
1 parent 7bdbfc1 commit 5a2f099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Node JS layer to execute suncalc through xPL API

## Usage

Start the service

root@srv:~# node index.js

See the xPL message with a logger

root@srv:~# xpl-logger -i eth0 -v --body class=suncalc
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
var xplsuncalc = require("./lib/xpl-suncalc");
var schema_Suncalcbasic = require('/etc/wiseflat/schemas/suncalc.basic.json');
var schema_Suncalcconfig = require('/etc/wiseflat/schemas/suncalc.config.json');

var wt = new xplsuncalc(null, {
xplLog: false,
Expand Down

0 comments on commit 5a2f099

Please sign in to comment.