Simple project to monitor my local Odeon cinema for new releases being uploaded.
docker run \
-e PUSHOVER_TOKEN=<PUSHOVER_TOKEN> \
-e PUSHOVER_USER=<PUSHOVER_USER> \
odeon-notifier
clean
- remove coverage data, Jest cache and transpiled files,build
- transpile TypeScript to ES6,build:watch
- interactive watch mode to automatically transpile source files,lint
- lint source files and tests,test
- run tests,test:watch
- interactive watch mode to automatically re-run tests
Licensed under the APLv2. See the LICENSE file for details.