A simple command line app for node.js that fetches the latest exchange rates from openexchangerates.org and prints them to the command line in an easily readable format.
- Clone this repository
- Run
npm install
- Add your openexchangerates.org api key (make an account first! it can be a free one) to api_key.txt before running.