Code Monkey home page Code Monkey logo

movielab's Introduction

MovieLab: Movies & TV Guide

MovieLab is an open source movie tracker and movie finder where you can find movies, series, seasons, episodes. movie recommendation and actors from the largest movie database IMDb. With MovieLab, you have movies and series information right at your fingertips!

Do you like movies? Try MovieLab here, or if you are a developer click here.

GitHub release (latest) GitHub repo size GitHub stars GitHub forks GitHub issues GitHub license

Screenshots

screenshot screenshot screenshot

screenshot screenshot screenshot

Download

You can simply download it for Android from Here.

Getting Started

  1. If you don't have Flutter SDK installed; Please visit the official Flutter website.
  2. Fetch the latest source code from the master branch.
git clone https://github.com/ErfanRht/MovieLab.git
  1. Add api key.

    MovieLab uses the IMDb API to fetch the needed data, so before using it you have to create an account on IMDb api website, then you can get a free api key in your profile section and apply it to the app by the below steps.

    • go to lib/.api.dart
    • you will see the code like this
    List<String> apiKeys = ["XXXXXXXXXX"];
    • replace the all xx.. to your own api key, like this
    List<String> apiKeys = ["your_api_key_here"];
    • It's done!
  1. Run the app with Android Studio or Visual Studio. Or the command line.
flutter pub get
flutter run

Contribute

If you have an issue or found a bug, please raise a GitHub issue here. Pull requests are also welcome.

License

This project is licensed under the Apache-2.0 License.

Author

This Flutter project is developed by Erfan Rahmati.

Contact

You can reach out to me directly at [email protected].

Supporters

Stargazers repo roster for @ErfanRht/MovieLab Forkers repo roster for @ErfanRht/MovieLab


Show some โค๏ธ by starring ๐ŸŒŸ the repository!

movielab's People

Contributors

erfanrht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.