https://github.com/sanhacks/flask-social-media-api-consumption-mock
https://github.com/sanhacks/flask-social-media-api-consumption-mock
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sanhacks/flask-social-media-api-consumption-mock
- Owner: SanHacks
- Created: 2022-10-26T20:50:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T00:33:28.000Z (over 2 years ago)
- Last Synced: 2023-03-08T15:59:14.312Z (over 2 years ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Social Media API**
A Flask server has been set up in `app.py`. Complete the provided endpoint so that it will return a JSON response with an indicator of the activity level for each social network.
Number of Posts For Each Platform Indicator ("/api")

#### Quickstart
To get the project up and running, fork the repo and run:
```
pip install -r requirements.txt
flask --debug run
```