https://github.com/codeforgeek/slack-bot-currency
https://github.com/codeforgeek/slack-bot-currency
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeforgeek/slack-bot-currency
- Owner: codeforgeek
- Created: 2019-01-30T18:24:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T18:27:10.000Z (over 7 years ago)
- Last Synced: 2025-03-12T22:22:11.821Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clone the repo and install the dependency.
```
npm i
```
create a file and name it ```config.js```.
here is the format.
```
module.exports = {
slack: {
token: '',
channelName: 'general'
},
currencyLayer: {
apiKey: '',
apiEndPoint: '',
sourceCurrency: 'USD'
}
}
```
Then run the code.
```
node app.js
```