Skip to content

semihbeyzade/temp-convertify2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Temp-Convertify2

  • temp-convertify-2 is a small npm package for calculating some features.

  • Install temp-convertify2 with the following command

      npm install temp-convertify2
    
  • Create a index.js file and add the following code for using temp-convertify2.

      const temp = require("temp-convertify2")
    
  • temp-convertify2 has this functions available.

      temp.celsiusToFahrenheit()
      temp.fahrenheitToCelsius()
    

About npm Packages

  • create your own package

  • npm publish

  • sign up to npm

  • npm login ---

  • after login, npm publish

updating

-- npm version patch

-- npm publish

for more information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published