Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pboos/io13-notifier
Notifier for Google IO 2013 posts
https://github.com/pboos/io13-notifier
Last synced: about 1 month ago
JSON representation
Notifier for Google IO 2013 posts
- Host: GitHub
- URL: https://github.com/pboos/io13-notifier
- Owner: pboos
- Created: 2013-02-09T03:38:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-09T03:40:46.000Z (almost 12 years ago)
- Last Synced: 2024-10-21T05:53:25.226Z (3 months ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
io13-notifier
=============Node.js script to watch the #io13 feed for new messages. Based on [node-google-io-watcher](https://github.com/SamDecrock/node-google-io-watcher) by [SamDecrock](https://github.com/SamDecrock).
## What it does ##
If a new post about #io13 shows up, it uses the [pushover](https://pushover.net/) to notify you.## Installation ##
Get the [Pushover app](https://pushover.net/), create an app and add a device. This should give you a ***token*** and a ***userkey***.Get a Google+ key at https://code.google.com/apis/console/b/1/. Don't forget to enable Google+ at ***Services tab***
```shell
cp config.sample.json config.json
vim config.json
```## Usage ##
Just run```shell
npm install
node app.js
```