Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverswitzer/places-api
https://github.com/oliverswitzer/places-api
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverswitzer/places-api
- Owner: oliverswitzer
- Created: 2020-03-29T00:43:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:55:33.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T11:53:20.082Z (7 months ago)
- Language: Python
- Size: 33.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Places API
This portion of the app serves data from the [populartimes library](https://github.com/m-wrzr/populartimes/blob/master/README.md) from a simple Flask API.
### Development
1. install dependencies
`pip install -r requirements.txt`
1. activate virtual environment
`source venv/bin/activate`
1. define a `.env` file based on `.env.sample`
1. run the app`PYTHONPATH=venv/src/populartimes flask run`