Create readme.md

This commit is contained in:
freearhey 2025-01-19 17:13:38 +03:00
parent ed5191caf4
commit 4f8df0076b

View file

@ -0,0 +1,21 @@
# epg.telemach.ba
https://epg.telemach.ba/
### Download the guide
```sh
npm run grab --- --site=epg.telemach.ba
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/epg.telemach.ba/epg.telemach.ba.config.js --output=./sites/epg.telemach.ba/epg.telemach.ba.channels.xml
```
### Test
```sh
npm test --- epg.telemach.ba
```