https://github.com/konradlinkowski/smovie
TMDB API implementation.
https://github.com/konradlinkowski/smovie
hacktoberfest javascript rest-api tmdb-api vuejs
Last synced: about 1 year 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T10:30:12.000Z (over 4 years ago)
- Last Synced: 2025-02-11T14:57:37.458Z (over 1 year 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/)
[](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
```