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: 10 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T00:16:13.000Z (over 1 year ago)
- Last Synced: 2025-05-07T03:44:14.007Z (about 1 year ago)
- Topics: iptv, react, xtream-codes
- Language: TypeScript
- Homepage: https://iptv-webapp.pages.dev/
- Size: 1.23 MB
- Stars: 6
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
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