Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/parassharmaa/space-and-time
- Owner: Parassharmaa
- Created: 2018-08-28T19:24:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:53:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T04:39:31.694Z (over 1 year ago)
- Topics: flask, heroku, mapbox, python, reactjs
- Language: JavaScript
- Homepage: https://space-n-time.herokuapp.com/
- Size: 3.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
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