A (very) minimal IMDB API App that returns a full resolution poster for any show in IMDB's database. Built using Flask.
pip3 install flask
- Download app as zip or clone repo
git clone https://github.com/chnihy/imdb_artwork_app.git
- Change to app directory
cd imdb_api_app
- Run app
python3 main.py
Open your browser and go to
http://127.0.0.1:5000
- Incorporate more API features: trailer, cast, reviews etc...
- Facelift with Bootstrap--