8000 GitHub - xanpai/vue-movies: PWA featuring movies and tv shows using the TMDb API.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xanpai/vue-movies

 
 

Repository files navigation

vue-movies

Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.

Live demo hosted on Netlify can be found at https://movies.jason.codes.

Built as a side project to learn some new skills 🔥🔥

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
yarn

# serve with hot reload at localhost:3000
yarn dev

About

PWA featuring movies and tv shows using the TMDb API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.6%
  • JavaScript 17.3%
  • SCSS 10.1%
0