0.0.3 • Published 3 years ago
currconv v0.0.3
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