https://github.com/nicholasfoden/rocketchat-cryptoconvert
rocket.chat app to convert between cryptocurrencies using the cryptocompare API
https://github.com/nicholasfoden/rocketchat-cryptoconvert
Last synced: 8 days ago
JSON representation
rocket.chat app to convert between cryptocurrencies using the cryptocompare API
- Host: GitHub
- URL: https://github.com/nicholasfoden/rocketchat-cryptoconvert
- Owner: nicholasfoden
- Created: 2019-05-08T23:52:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-15T18:03:29.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T21:38:48.997Z (9 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome - Rocket.Chat-Cryptoconvert - rocket.chat app to convert between cryptocurrencies using the cryptocompare API. (Communication and Collaboration Tools)
README
# rocketchat-cryptoconvert
rocket.chat app to convert between cryptocurrencies using the cryptocompare API## Getting started
+ enable development mode in Administration > General > Apps
+ Using `rc-apps deploy` deploy the app to your dev server
+ You will need to enter a cryptocompare API key into the app settings> get one free from min-api.cryptocompare.com
## Usage
There are 2 command which this app registers:
+ `/price` fetches the price for a given symbol e.g. `/price BTC`
+ you can fetch multiple prices for a symbol e.g. `/price BTC in XMR USD`...+ `/convert` converts between to currencies for example `/convert 1 BTC to XMR`
## Powered by
