Skip to content

suvadityagupta/node-currency-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Converter

Simple Node.js currency converter. Makes use of Redis for caching.

To run locally:

  1. Clone repo - git clone [email protected]:olayinkaos/node-currency-converter.git.
  2. [Optional] Set up Redis using Manifold RedisGreen Service and copy out REDIS_URL, or set up Redis locally.
  3. Run app - REDIS_URL=YOUR_REDIS_URL node server.js or just node server.js.

About

Simple Node.js currency converter. Makes use of Redis for caching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.5%
  • JavaScript 32.5%