Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/konradlinkowski/smovie

TMDB API implementation.
https://github.com/konradlinkowski/smovie

hacktoberfest javascript rest-api tmdb-api vuejs

Last synced: about 1 month ago
JSON representation

TMDB API implementation.

Awesome Lists containing this project

README

        

# smovie
Small Vue application consuming [TMDB API](https://developers.themoviedb.org/)

[![Build and Deploy](https://github.com/KonradLinkowski/smovie/actions/workflows/deploy.yml/badge.svg)](https://github.com/KonradLinkowski/smovie/actions/workflows/deploy.yml)

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```