Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)