currconv
v0.0.3
Published
Currency Convert with Node.js, TypeScript, Axios, and Inquirer.
Downloads
2
Readme
node-inquirer-curr-converter-cli
Currency Converter CLI with Node.js, TypeScript, and Inquirer.
Setup
Create API Key
- Head over to this site.
- Create an account on the site, subscribe to a plan and copy the API Key.
- Set the API Key as environment variable.
# Windows
set CURR_API_KEY=xxxxxxxxXXXXXXXX
# Mac & Linux
export API_KEY=xxxxxxxxXXXXXXXX