summaryrefslogtreecommitdiff
path: root/README.md
blob: 38994e74d7085777a146b7cb335e9849d0617c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Raindar Mapbox

A rain radar clone for Mapbox GL, see it live at: [http://geshem.space](http://geshem.space)

## Dev

 - Python 3.5
 - Redis

Setup a virtualenv:

```bash
$ mkvirtualenv -p `which python3` geshem
$ pip install -r requirements.txt
```

Make sure you have a stupid `redis-server` running on localhost, then just run:

```bash
$ python geshem.py
```