Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.