Create readme.md

This commit is contained in:
freearhey 2025-01-19 16:50:12 +03:00
parent e8945874ae
commit cfa571f62d

View file

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