27 lines
601 B
Markdown
27 lines
601 B
Markdown
# Media Tracker
|
|
|
|
A dependency-free web app for tracking movies, TV shows, books, and games.
|
|
|
|
## Run
|
|
|
|
Open `index.html` in a browser, or serve this folder with the included static server:
|
|
|
|
```powershell
|
|
node server.js
|
|
```
|
|
|
|
Then open `http://localhost:5173`.
|
|
|
|
## Data
|
|
|
|
The tracker stores items in browser `localStorage`. Use the Export and Import buttons to move or back up your collection.
|
|
|
|
## Search Sources
|
|
|
|
- Movies: Wikipedia through the MediaWiki Action API
|
|
- TV shows: TVmaze API
|
|
- Books: Open Library Search API
|
|
- Games: CheapShark API
|
|
|
|
If a search source is unavailable, add the item manually.
|