Skip to content

ReactNative App to discover movies and TV shows using the TMDb API

License

Notifications You must be signed in to change notification settings

karanwadhwa/YetAnotherMovieApp

Repository files navigation

Image

License Google Play Store Apple App Store APK download PRs welcome!

ReactNative App to discover movies and TV shows using the TMDb API

Get it on Google Play

Expo

Download Expo Client App

Expo QR code

With an Android phone, scan this QR code with your Expo mobile app to load this project immediately.

Or Request a link here.

#Screenshots

Installation

Requirements

Clone this repo

$ git clone git@github.com:karanwadhwa/YetAnotherMovieApp.git
$ cd YetAnotherMovieApp
$ yarn or npm install
$ yarn global add expo-cli or npm install -g expo-cli

Get your TMDb API key

Create .env file in your root directory and add the following

API_KEY = "<your_tmdb_api_key>";

How to start

$ expo start

API

This project makes use of TheMovieDatabase (TMDb API) but is neither endorsed nor certified by TMDb.

LICENSE

This project is licensed under the MIT License

YetAnotherMovieApp
Copyright (c) 2019 Karan Wadhwa (https://github.com/karanwadhwa)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

ReactNative App to discover movies and TV shows using the TMDb API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published