An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![MIT License](https://img.shields.io/npm/l/git-js.svg)
[![Twitter](https://img.shields.io/badge/Twitter-@restlessdesign-gray.svg?style=flat)](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