Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/konradlinkowski/smovie
- Owner: KonradLinkowski
- License: mit
- Created: 2018-01-20T12:06:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T10:30:12.000Z (about 3 years ago)
- Last Synced: 2024-05-02T03:51:38.916Z (7 months ago)
- Topics: hacktoberfest, javascript, rest-api, tmdb-api, vuejs
- Language: Vue
- Homepage: https://KonradLinkowski.github.io/smovie
- Size: 1.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```