Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevinnovak/gamedealsnotifier
Node.js app - Be notified of quality PC game deals.
https://github.com/kevinnovak/gamedealsnotifier
deals games reddit sales video-game
Last synced: 21 days ago
JSON representation
Node.js app - Be notified of quality PC game deals.
- Host: GitHub
- URL: https://github.com/kevinnovak/gamedealsnotifier
- Owner: KevinNovak
- License: mit
- Created: 2019-02-24T04:37:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T22:27:06.000Z (almost 6 years ago)
- Last Synced: 2024-11-03T21:25:38.383Z (2 months ago)
- Topics: deals, games, reddit, sales, video-game
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Deals Notifier
Node.js Script - Be notified of quality PC game deals. Powered by [CheapShark](https://www.cheapshark.com/).
```console
[2019-03-02 00:51:54] App started.
[2019-03-02 00:51:54] Next run scheduled for "2019-03-02 00:54:00".
[2019-03-02 00:54:00] Checking for new deals...
[2019-03-02 00:54:27] Found 77 new deals.
[2019-03-02 00:54:27] Sending notifications...
[2019-03-02 00:54:30] Notifications sent.
[2019-03-02 00:54:30] Next run scheduled for "2019-03-02 00:57:00".
```![Game Deals Email](https://i.imgur.com/k1JS6rm.jpg)
## References
* [CheapShark API](https://www.cheapshark.com/api/) by [CheapShark](https://www.cheapshark.com/) - Tracks pricing data on digital game stores.
* [Nodemailer](https://nodemailer.com/about/) - Send emails with Node.js!
* [Handlebars](https://handlebarsjs.com/) - Highly semantic templating engine.