Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jothi-prasath/movie-radar

A Flask web application that displays latest now playing movies based on language.
https://github.com/jothi-prasath/movie-radar

flask hacktoberfest language movie-radar python tmdb-api

Last synced: about 2 months ago
JSON representation

A Flask web application that displays latest now playing movies based on language.

Awesome Lists containing this project

README

        

# Movie Radar
A Flask web application that displays latest now playing movies based on language.

This application uses the free [TMDB](https://www.themoviedb.org) (The Movie Database) API.

## Screenshots

![](./img/screenshot-1.png)

## Getting Started

1. Install the required Python packages:

```bash
pip install -r requirements.txt
```
2. Get api from [TMDB](https://www.themoviedb.org) and set 'API_KEY' in the app.py file.

3. Run the app.py

```
python app.py
```

4. Access the application in your web browser at http://localhost:5000/