Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanhacks/flask-social-media-api-consumption-mock


https://github.com/sanhacks/flask-social-media-api-consumption-mock

Last synced: 25 days ago
JSON representation

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")
![API](https://user-images.githubusercontent.com/13138647/198163743-626fec27-e94b-45d5-9298-1d1be0c2f00e.PNG)

![home](https://user-images.githubusercontent.com/13138647/198163632-1caa58ae-00d1-4b9f-9f28-d843ca1bd572.PNG)

#### Quickstart

To get the project up and running, fork the repo and run:

```
pip install -r requirements.txt
flask --debug run
```