Skip to content

Mavrick91/Shows-rating

Repository files navigation

My Movie and Series Streaming Availability App

A simple Remix application that fetches and displays movie and series streaming availability information using the Streaming Availability API on RapidAPI.

I am using the free version of the API, which limits the number of requests to 100 per day.

It also returns me only 8 results per request, that's why all the movies and series aren't loaded at once. But I instead prefetch them

Table of Contents

Features

  • Browse and search for movies and series
  • View streaming availability for multiple platforms
  • Clean and responsive user interface

Requirements

  • Node.js 14.x or higher
  • npm or yarn package manager

Installation

  1. Clone the repository:
git clone https://github.com/Mavrick91/Shows-rating.git
cd Shows-rating
  1. Install dependencies:
npm install

or

yarn install
  1. Create a .env.local file in the root directory of the project and add your RapidAPI key:
REACT_APP_RAPIDAPI_KEY=your_rapidapi_key

Usage

  1. Start the development server:
npm run dev

or

yarn dev
  1. Open your browser and navigate to http://localhost:3000.

Contributing

  1. Fork the repository on GitHub.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your feature or bugfix.
  4. Make your changes and commit them to your branch.
  5. Push your changes to your fork on GitHub.
  6. Create a pull request on the original repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published