Create readme.md

This commit is contained in:
Tomás Afonso
2025-09-06 21:10:01 +01:00
committed by GitHub
parent 2ea810532c
commit 7491809354

View File

@@ -0,0 +1,19 @@
# vodafone.pt
### Download the guide
```sh
npm run grab --- --site=meo.pt
```
### Update channel list
```sh
npm run channels:parse --- --config=./sites/meo.pt/meo.pt.config.js --output=./sites/meo.pt/meo.pt.channels.xml
```
### Test
```sh
npm test --- meo.pt
```