Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirotoshioi/slack-cryptocurrency-checker


https://github.com/hirotoshioi/slack-cryptocurrency-checker

node-js slack

Last synced: 20 days ago
JSON representation

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`.