Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manuelaljibesrosas/tmdb-gui
Minimalist GUI concept for a subset of TMDb's API
https://github.com/manuelaljibesrosas/tmdb-gui
Last synced: about 2 months ago
JSON representation
Minimalist GUI concept for a subset of TMDb's API
- Host: GitHub
- URL: https://github.com/manuelaljibesrosas/tmdb-gui
- Owner: manuelaljibesrosas
- Created: 2021-09-22T21:34:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-26T17:06:35.000Z (over 3 years ago)
- Last Synced: 2023-08-18T05:37:26.221Z (over 1 year ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TMDb GUI concept
A simple GUI for a subset of the [TMDb API](https://developers.themoviedb.org/3/getting-started/introduction)
To run locally, install [nodejs](https://nodejs.org) and run
```bash
npm install && npm start
```This will start a local development server at port 8081, to access the app from your phone, make sure that your phone is connected to the same network as your computer, then open the browser and go to `http://:8081`
Please note that this app is __NOT responsive__ in its current version, and it's meant for devices with an aspect ratio close to 9:16 (~~any~~ most phones should be ok), running it on screens with an aspect ratio far from 9:16 is not supported and will break layout