Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dank074/iptv-webapp
iptv webapp that supports xtream codes API
https://github.com/dank074/iptv-webapp
iptv react xtream-codes
Last synced: 15 days ago
JSON representation
iptv webapp that supports xtream codes API
- Host: GitHub
- URL: https://github.com/dank074/iptv-webapp
- Owner: dank074
- Created: 2023-08-25T22:52:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:16:13.000Z (3 months ago)
- Last Synced: 2024-11-07T03:37:34.971Z (2 months ago)
- Topics: iptv, react, xtream-codes
- Language: TypeScript
- Homepage: https://iptv-webapp.pages.dev/
- Size: 1.23 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPTV WebApp
A modern [React](https://react.dev/) webapp that faciliates interacting with any Xtream Codes API backend
**NOTE: This application does not provide any media, and only displays data from the user provided Xtream Codes API url**
## Goals
- Use redux + local storage to minimize API calls
- Play browser-compatible media in the browser
- Easy to use interface for searching, browsing, and viewing media
- Compatible with any Xtream Codes API backend
- No additional proxy server needed, all application logic runs entirely on the browser and interacts directly with Xtream Codes API## Scripts
- `dev`/`start` - start dev server and open browser
- `build` - build for production
- `preview` - locally preview production build
- `test` - launch test runner