forecast-widget
v0.0.1
Published
weather forecast widget based on forecast.io for Node, stylus and clientside javascript
Downloads
3
Readme
#forecast-widget
weather forecast widget based on forecast.io for Node, stylus and clientside javascript
install
npm install forecast-widget
run the app
Note: (todo) app is working with static json so far
node install
node index
testing
forecast-widget uses mocha. To run the tests do in your command line:
npm install
npm test
todo:
- add even more tests
- add examples with node (jade, stylus) or some other use case