Node-Ninja / CineInfo

Movie client using TMDB apis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CineInfo

CineInfo allows you to view information about your favorite movies, latest movies, and everything else movie related. It also allows you to create a list of your favorite movies which you can reference anytime you want to.

Requirement

To get started and be able to run this app successfully you will need:

  • TMDB API key: You can get this at The Movie Database website (https://www.themoviedb.org/). All you need to do is to create a profile there.

Getting started

The app will try to access the API key from an environment variable with the name TMDB_API_KEY. Once you have set this environment variable then you are ready to run the app. Please refer to the Flutter/Dart documentation on how to set up environment variables.

Running app

  • flutter pub get
  • flutter run

End

Feel free to contribute to the repo and give it a star if you like this app.

About

Movie client using TMDB apis


Languages

Language:Dart 99.5%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%