Skip to content

Ex-iT/movie-feed-nuxt

Repository files navigation

ci Vercel

Moviefeed

Daily listing of movies on Dutch TV using the TVgids.nl API. This web app is suitable to be 'installed' on a mobile device which allows native sharing.

This is a NuxtJS with TypeScript project bootstrapped with create-nuxt-app. It uses a Cloud Firestore to save store the cached JSON data. The cache gets updated by a cronjob running as a GitHub Workflow.

Development

First, install dependencies:

yarn install

Copy .env.example to .env in the root of the project and set the values.

And run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

Production

To create a production build run:

yarn build