https://github.com/restlessdesign/roker
A clean and simple weather dashboard
https://github.com/restlessdesign/roker
weather-app weather-dashboard weather-station weather-underground
Last synced: about 1 year ago
JSON representation
A clean and simple weather dashboard
- Host: GitHub
- URL: https://github.com/restlessdesign/roker
- Owner: restlessdesign
- License: mit
- Created: 2016-09-08T05:38:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T18:36:15.000Z (over 9 years ago)
- Last Synced: 2025-02-09T15:43:34.299Z (over 1 year ago)
- Topics: weather-app, weather-dashboard, weather-station, weather-underground
- Language: JavaScript
- Size: 95.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://twitter.com/restlessdesign)
# Roker
A clean and simple weather dashboard that displays the current temperature and conditions, daily high and low, and a rolling hourly forecase for the next 12 hours.
This was initially designed as a full-screen dashboard meant to run on a Raspberry Pi hooked up to a 9" display, but feel free to use to your liking!
## Configuration
You must first acquire an API key from Weather Underground. Once you have that, run the following script to add your key:
```bash
$ ./configure
```
## Installation
This project currently assumes that are capable of deploying this code to a web server (remote or local). Future versions may include a script to run a local server out-of-the-box.
To run locally, use the following command:
```bash
$ python -m SimpleHTTPServer
```
## License
MIT