temperature-api A simple example of a Fahrenheit/Celsius temperature conversion API using ExpressJS. To Demo: At a command prompt: node app.js In a browser: http://localhost:3000/converttemp?celsius=22 http://localhost:3000/converttemp?farenheit=212