Deliver Earthquake Early Warning Notifications to Slack.
このボットはSlackに緊急地震速報を投稿します。
cd ~/.../eew
git clone [email protected]:lumios/eewbot.git
sudo npm install
- Open
index.js
- Add Twitter oauth key to
var client
- Add Slack Webhook to
var slackURL
cd ~/.../eewbot
npm start
Copyright (c) 2015 Lumios - All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this
software, to deal this software within the following limitations. You may copy,
modify, contribute, and/or sublicense this Software, so long as you are subject
to the following conditions:
The above copyright notice and this permission notice shall be included in all copies
or substantial portions of the Software.
You do not remove any licensing or security checks.
You do not republish this Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.