https://github.com/yuribrunetto/fahrenelsius
:repeat: Convert degrees to Celsius or Fahrenheit
https://github.com/yuribrunetto/fahrenelsius
celsius cli convert degrees fahrenelsius fahrenheit npm-package
Last synced: 7 months ago
JSON representation
:repeat: Convert degrees to Celsius or Fahrenheit
- Host: GitHub
- URL: https://github.com/yuribrunetto/fahrenelsius
- Owner: YuriBrunetto
- License: mit
- Created: 2017-12-14T00:06:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T21:01:06.000Z (almost 6 years ago)
- Last Synced: 2025-08-09T06:02:17.419Z (10 months ago)
- Topics: celsius, cli, convert, degrees, fahrenelsius, fahrenheit, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/fahrenelsius
- Size: 33.2 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Simply convert it!
[](https://travis-ci.org/YuriBrunetto/fahrenelsius)
**Fahrenelsius** is a minor CLI for you to convert degrees either to Fahrenheit or Celsius. Just do it with one command!
## Install
```bash
$ [sudo] npm install fahrenelsius -g
```
You might require `sudo` to install it globally.
## Usage
If you want to do *fahrenheit-to-celsius*
```bash
$ fahrenelsius 81 -c
```
If you want to do *celsius-to-fahrenheit*
```bash
$ fahrenelsius 35 -f
```
## License
MIT © [Yuri Brunetto](https://yuribrunetto.com.br)