Simple Node.js currency converter. Makes use of Redis for caching.
- Clone repo -
git clone git@github.com:olayinkaos/node-currency-converter.git
. - [Optional] Set up Redis using Manifold RedisGreen Service and copy out
REDIS_URL
, or set up Redis locally. - Run app -
REDIS_URL=YOUR_REDIS_URL node server.js
or justnode server.js
.