Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.3703703703704

mired.miredToKelvin(370)
// => 2702.7027027027025
```

Install
-------

npm install mired

License
-------

MIT License