Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvrtkom/movies
simple interface for tmdb with nextjs
https://github.com/tvrtkom/movies
Last synced: about 7 hours ago
JSON representation
simple interface for tmdb with nextjs
- Host: GitHub
- URL: https://github.com/tvrtkom/movies
- Owner: TvrtkoM
- Created: 2023-09-30T10:30:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T10:41:57.000Z (over 1 year ago)
- Last Synced: 2023-09-30T11:44:23.455Z (over 1 year ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Intall dependencies:
```npm i```
Add `.env.local` file with your TMDB read access token inside e.g.
```
NEXT_PUBLIC_API_READ_ACCESS_TOKEN="....[TOKEN HERE]...."
```Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```