Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirotoshioi/slack-cryptocurrency-checker
https://github.com/hirotoshioi/slack-cryptocurrency-checker
node-js slack
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirotoshioi/slack-cryptocurrency-checker
- Owner: HirotoShioi
- Created: 2017-06-19T05:12:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T08:30:58.000Z (over 7 years ago)
- Last Synced: 2025-01-20T00:41:41.220Z (22 days ago)
- Topics: node-js, slack
- Language: JavaScript
- Size: 7.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slack-cryptocurrency-checker
## Description
This is slack integration application for checking cryptocurrency price changes## Installation
Currently this is still in development so I've not yet distributed the application.## Commands
`/ccc list` : List 5 major currencies's (BTC, ETH, ETC, XRP, DASH) price.`/ccc `: Outputs `currency_name`'s description. It could take multiple currencies at once using commas (i.e. `/ccc btc,eth,etc`).
`/ccc `: Outputs `currency_name`'s description in `` (i.e. `/ccc btc eth` will show BTC price in ether)
## Requirements
- Node version 8.1
- Hosting server(I've used heroku)
- Credentials needed in order to use Slack app(ClientID, Client secret, TZ);## Future development
Customizable list so that each user can have their own list of currencies they want to show when they type `/ccc list`. For example if user types `/ccc add DOGE`, it will display dogecoin when they type `/ccc list`.