Skip to content

A simple API that reads data from a CSV and returns it in JSON format. This data is then read in by another python script, cleaned and some short analysis performed on it.

Notifications You must be signed in to change notification settings

russell94paul/YouTubeFlaskAPIServer

Repository files navigation

1. Creating a Flask API Server that reads the data provided in the csv file, and returns the data in json format response at the API endpoint '/videos'

2. Using previously created API server, wrote a python script that gets the data from the API endpoint ‘/videos’, sorts the data by the 'views' column, and prints the top 10 results to the console.

#### Notes - On how to run.

- The code  runs with the command python server.py and python request.py
- Included requirements.txt file for dependencies

About

A simple API that reads data from a CSV and returns it in JSON format. This data is then read in by another python script, cleaned and some short analysis performed on it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages