Skip to content

codeforgeek/slack-bot-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published