https://github.com/joknarf/twitter-api-nofork
https://github.com/joknarf/twitter-api-nofork
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joknarf/twitter-api-nofork
- Owner: joknarf
- Created: 2018-11-30T10:42:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T10:43:00.000Z (about 7 years ago)
- Last Synced: 2025-02-25T02:44:53.547Z (11 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Starting point for Day 4 of Python API Week.
```bash
pipenv install --dev
pipenv run nosetests
```
```bash
FLASK_ENV=development pipenv run flask run
```
:point_right: [localhost:5000](http://localhost:5000) for Swagger documentation.