Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T21:01:06.000Z (over 4 years ago)
- Last Synced: 2024-10-01T19:40:44.083Z (3 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: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Simply convert it!
[![Build Status](https://travis-ci.org/YuriBrunetto/fahrenelsius.svg?branch=master)](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)