saadfrhan / currconv

Currency Converter CLI with Node.js, TypeScript, and Inquirer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

currconv

Currency Converter CLI with Node.js, TypeScript, and Inquirer.

Setup

Create API Key

  1. Head over to this site.

  1. Create an account on the site, subscribe to a plan and copy the API Key.
  2. Set the API Key as environment variable.
# Windows
set CURR_API_KEY=xxxxxxxxXXXXXXXX
# Mac & Linux
export CURR_API_KEY=xxxxxxxxXXXXXXXX
  1. Run the package.
npx currconv

About

Currency Converter CLI with Node.js, TypeScript, and Inquirer.


Languages

Language:TypeScript 78.8%Language:JavaScript 21.2%