celsius-to-fahrenheit

1.0.1 • Public • Published

celsius-to-fahrenheit

Convert celsius to fahrenheit.

Installation

$ npm install --save celsius-to-fahrenheit

Example

var celsiusToFahrenheit = require('celsius-to-fahrenheit');
 
celsiusToFahrenheit(19);
//=> 66.2

License

MIT © Matheus Alves

Package Sidebar

Install

npm i celsius-to-fahrenheit

Weekly Downloads

13

Version

1.0.1

License

MIT

Last publish

Collaborators

  • theuves