0.0.2 • Published 1 year ago

temp-convertify2 v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Temp-Convertify2

  • Cebrify 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