Skip to content

snailbites/nw-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nw-dashboard

configuration

npm install

get a free weather underground api key, set up a todo server and set up config.json:

{
  "WUNDERGROUND_API_KEY" : "<your api key here>",
  "TODO_SERVER_URL" : "https://path/to/your-todo-server"
}

then

npm start

About

test dashboard using node-webkit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • CSS 1.9%