Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

NoahZinsmeister/hydro-slack-bot

 
 

Repository files navigation

Slack Bot

This is a lightweight Express API hosted on Heroku that exposes endpoints which send notifications to the Hydrogen Slack based on the current state of Ethereum/the world.

It's a basic Express API: the setup logic is in app.js and endpoints are defined in routes/. The scheduling of calls is handled by scheduler.js.

Balances

/balance sends updates about the ether balance of a given Ethereum account.

Gas

/balance sends updates about current gas prices.

Health Check

Typing /bot_health_check in Slack returns It's alive! if the API can be reached on Heroku.

About

Slack Notification Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 1.8%
  • CSS 0.6%