Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quagliato/f2c-quagliato
https://github.com/quagliato/f2c-quagliato
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quagliato/f2c-quagliato
- Owner: quagliato
- Created: 2017-09-29T22:43:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T00:38:44.000Z (about 7 years ago)
- Last Synced: 2024-04-29T22:31:14.713Z (7 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```