Skip to content

divarvel/how-cold-is-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How cold is it?

Farenheit-to-celcius converter

Install

npm install

Run

npm start
GET /celcius/0

{
  "farenheit": 32,
  "celcius": 0
}

GET /farenheit/32

{
  "farenheit": 32,
  "celcius": 0
}

Contribute

PRs welcome. Please run tests before submission

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published