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

https://github.com/codeforgeek/slack-bot-currency


https://github.com/codeforgeek/slack-bot-currency

Last synced: about 1 year ago
JSON representation

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