Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quagliato/f2c-quagliato


https://github.com/quagliato/f2c-quagliato

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# f2c-quagliato

This package returns a celsius value converted from a
fahrenheit value

## Usage

```javascript
const f2c = require('f2c-quagliato')
const tempC = f2c(tempF)
```