Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/klzns/map-viz


https://github.com/klzns/map-viz

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# Map Viz
## Setup

```sh
npm install
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
```

Install Redis

Mac:
```sh
brew install redis
```

Ubuntu
```sh
sudo apt-get install redis-server
```

Add the data file to the root folder with the name `data.geojson`

## Running

Open a terminal and type:

```sh
npm start
```

Open another terminal and type:

```sh
source venv/bin/activate
python app.py
```

Run Redis
```sh
redis-server
```