Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/parassharmaa/space-and-time

Visualizing geography with time.
https://github.com/parassharmaa/space-and-time

flask heroku mapbox python reactjs

Last synced: about 19 hours ago
JSON representation

Visualizing geography with time.

Awesome Lists containing this project

README

        

# Space and Time

Visualizing geography with time.
[APP URL](https://space-n-time.herokuapp.com)

## Features
* Plots data (polygon/marker) to the corresponding time
* Events (Add/Edit)
* User contributions on events.
* Review contribution before publishing. (Admin Login)

### Requirements
* Node 8.0 or up
* yarn 1.7.0 or up
* Python 3.6 and up
* pipenv

## Installation

#### Cloning

``` bash
$ git clone [email protected]:Parassharmaa/space-and-time.git

$ cd space-and-time
```

#### Environment Variables
* mongo_db =
* secret_key =

#### Frontend
``` bash
$ yarn install
$ yarn run build

```

#### Backend
``` bash
$ pipenv shell
$ pipenv install
$ python3 api.py
```

## Contact

* [email protected]