All Projects → deandreamatias → tv-randshow

deandreamatias / tv-randshow

Licence: GPL-3.0 license
App to choose a random TV show episode - Made with #Flutter

Programming Languages

dart
5743 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
CSS
56736 projects
kotlin
9241 projects

Projects that are alternatives of or similar to tv-randshow

TMDb
A simple Android client for The Movie DB in Material Design
Stars: ✭ 65 (-27.78%)
Mutual labels:  tmdb
movie-api
[DEPRECATED] 🎬 Get info for movies and TV shows
Stars: ✭ 32 (-64.44%)
Mutual labels:  tmdb
inventum
Android client for TMDb
Stars: ✭ 22 (-75.56%)
Mutual labels:  tmdb
matchymatchy
...a matching colors Flutter game!
Stars: ✭ 27 (-70%)
Mutual labels:  sqflite
Movie
🎥 Movie web implemented by React/Redux and TMDB API
Stars: ✭ 31 (-65.56%)
Mutual labels:  tmdb
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (-65.56%)
Mutual labels:  tmdb
Rats
Movie Ratings Synchronization with Python
Stars: ✭ 156 (+73.33%)
Mutual labels:  tmdb
TheMovieDatabaseSwiftWrapper
Swift wrapper for themoviedb.org api v3
Stars: ✭ 126 (+40%)
Mutual labels:  tmdb
auto-movie-tagger
A Python script that auto tags and adds poster to mkv or mp4 movie files.
Stars: ✭ 49 (-45.56%)
Mutual labels:  tmdb
tmdbv3api
A lightweight Python library for The Movie Database (TMDb) API. The TMDb API is a resource for developers to integrate movie, TV show and cast data along with posters or movie fan art.
Stars: ✭ 145 (+61.11%)
Mutual labels:  tmdb
pachinko
modular pluggable media sorter
Stars: ✭ 27 (-70%)
Mutual labels:  tmdb
fylm
A wonderful automated command line app for organizing your film media. Built for Plex and SABnzbd.
Stars: ✭ 25 (-72.22%)
Mutual labels:  tmdb
task management
Task Management / TODO App
Stars: ✭ 60 (-33.33%)
Mutual labels:  sqflite
sqflite migration
Library to manage sqlite db migrations.
Stars: ✭ 40 (-55.56%)
Mutual labels:  sqflite
MovieCards
React App that uses TMDb API to display movie data. Try it out! ->
Stars: ✭ 38 (-57.78%)
Mutual labels:  tmdb
Moviepark
A Nuxt universal app with an Adonis 5 api server using the TMDb API for its movie catalog.
Stars: ✭ 32 (-64.44%)
Mutual labels:  tmdb
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-73.33%)
Mutual labels:  tmdb
BESTV
Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
Stars: ✭ 49 (-45.56%)
Mutual labels:  tmdb
PopMovies
Aplicativo em Android para organização dos seus filmes favoritos.
Stars: ✭ 41 (-54.44%)
Mutual labels:  tmdb
movies
🍿 react-app for movies
Stars: ✭ 60 (-33.33%)
Mutual labels:  tmdb

TV Randshow website Get it on Google Play

TV Randshow - App to choose a random TV show episode

Tests Deploy Releases Google Play Website Paypal donate

About the project

TV Randshow was created to help choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB and the app saves them in a database on the device. With the list of favorites, you can roll the dice of a TV show to get a random episode.

This project has been built using the Flutter framework, which allows to build an multiplatform app from a single codebase.

Features

  • Save your favorites TV shows
  • Choose a random episode from a single TV show
  • Support to Android and Web
  • Dark mode
  • Support to deeplink https://tvrandshow.com/getRandomEpisode?tvshow=friends
  • Roadmap in public Trello

Build and run

Requirements

  1. Clone repository with 'git clone' command or just download the zip. git clone [email protected]:deandreamatias/tv-randshow.git
  2. Then, download either Android Studio or Visual Studio Code, with their respective Flutter editor plugins. For more information about Flutter installation procedure, check the official install guide.
  3. Install dependencies from pubspec.yaml by running flutter pub get from the project root (see using packages documentation for details and how to do this in the editor).
  4. Get your API Key from TMDB (see this FAQ for more details) and paste in file lib/config/env.dart
  5. (Optional) If you want build to web, do you need follow this steps

Run

CLI Debug: flutter run --flavor dev -t lib/main_dev.dart

Tests

Integration tests (only mobile): flutter drive --driver=test_driver/integration_test.dart --target=integration_test/app_test.dart -d [DEVICE_ID] --flavor dev --dart-define API_KEY=xxxxxxxxxxxxx Unit tests: flutter test --dart-define API_KEY=xxxxxxxxxxxxx

Author

Contributing

If you want to take the time to make this project better, please read the contributing guides first. Then, you can open an new issue, of a pull request.

License

This project is licensed under the GNU GPL v3 License - see the LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].