Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 582 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 582 Bytes

IPTVReader

A IPTV Reader/Player that used NodeJS and some libraries

How to use

  1. Clone this repo/Download as ZIP and extract.
  2. Go to folder you stored this project, run npm i to install required libraries
  3. Run npm run build to rebuild TS file (If you want)
  4. Run npm start -- --<args> to start the program

Args list

download <url>: Download IPTV List (HTTPS REQUIRED) (If no url defined, will download our IPTV List)
web: Run web client at localhost:8080

License

This project is created under MIT license. For more details, please check LICENSE file.