Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahamas10/node-mired
Convert between Mired (micro reciprocal degree) and temperature
https://github.com/bahamas10/node-mired
Last synced: about 2 months ago
JSON representation
Convert between Mired (micro reciprocal degree) and temperature
- Host: GitHub
- URL: https://github.com/bahamas10/node-mired
- Owner: bahamas10
- Created: 2015-11-28T05:46:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T05:46:43.000Z (about 9 years ago)
- Last Synced: 2024-10-12T19:44:03.495Z (2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-mired
==========Convert between Mired (micro reciprocal degree) and temperature
https://en.wikipedia.org/wiki/Mired
Usage
-----``` js
var mired = require('mired');mired.kelvinToMired(2700)
// => 370.3703703703704mired.miredToKelvin(370)
// => 2702.7027027027025
```Install
-------npm install mired
License
-------MIT License