Initial commit
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user