Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMDB Proxy

A lightweight node app to proxy the TMDB API. This app is designed as to not expose your API Key. Any request is forwarded to TMDB using the same path and query string, with your API Read Access Token injected server-side.

Features

  • Proxies some of movies and series TMDB read API
  • Easy Vercel deployment
  • Your API Keys stay secure (server-side)

Getting Started

Prerequisites

Running locally

  1. Clone the repository:

    git clone https://github.com/VOD-Downloaders/TMDB-Proxy.git
    cd TMDB-Proxy
  2. Install dependencies:

    npm install
  3. Create .env.local file.

  4. Add your API Keys to the file:

    TMDB_READ_ACCESS_TOKEN=<READ_ACCESS_TOKEN>
  5. Run:

    npm run dev

Deployment

  1. Fork this repository.

  2. Import the github repository in Vercel.

  3. Add the environment variables:

    • TMDB_READ_ACCESS_TOKEN
      under Vercel -> Settings -> Environment Variables
  4. Deploy!

  5. Your API is now live under your vercel domain.

License

This project is licensed under the MIT License. See LICENSE for details.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.

About

TMDB proxy which can be hosted on Vercel with no cost to you.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages