/movie_alert

A simple project to test the RoadRunner rust rest client

Primary LanguageRust

Movie Alert

This is a simple toy project to hit themoviedb.org api to alert (by opening movie URLs in browser) about upcoming animation movies.

I tried to use this project to test the RoadRunner rest client. However, only GET calls are used. Looks like I picked a wrong project to test RoadRunner. :)

TMD API Key

This program expects themoviedb.org API key in the environment.

export TMD_API_V3=your_themoviedb_api_key

To get a key, please visit The Movie Database API Getting Started.

Run

cargo run

Or, to see more logs:

RUST_LOG="movie_alert=debug" cargo run
RUST_LOG="movie_alert" cargo run