Go to file
freearhey bbc4709dd4 Create README.md 2021-03-13 15:48:58 +03:00
src Init 2021-03-13 15:11:33 +03:00
.eslintrc.js Added linter 2021-03-13 15:48:46 +03:00
.gitignore Init 2021-03-13 15:11:33 +03:00
.travis.yml Added linter 2021-03-13 15:48:46 +03:00
README.md Create README.md 2021-03-13 15:48:58 +03:00
package-lock.json Added linter 2021-03-13 15:48:46 +03:00
package.json Added linter 2021-03-13 15:48:46 +03:00

README.md

EPG Grabber

Node.js CLI tool for grabbing EPG from different sites.

Installation

npm install -g epg-grabber

Usage

epg-grabber --config=example.com.config.js

Arguments:

  • -c, --config: path to config file
  • -d, --debug: enable debug mode

Contribution

If you find a bug or want to contribute to the code or documentation, you can help by submitting an issue or a pull request.

License

MIT