cs-south-sound / weatherapp

Apache License 2.0
2 stars 4 forks source link

Requested feature: Temperature Conversions K<->C, K<->F, F<->C #6

Closed NorthDecoder closed 8 years ago

NorthDecoder commented 9 years ago
 var fahrenheit = wa.convert.KtoF(kelvin);

Reference

Avarayne commented 9 years ago

This has been completed. Referenced https://en.wikipedia.org/wiki/Conversion_of_units_of_temperature for temperature conversion formulas. Merged into develop branch. Commit # 465bed2

NorthDecoder commented 9 years ago

With Commit # e0a2c46 I fixed the errors that I introduced while merging other features.

NorthDecoder commented 8 years ago

@Avarayne I will close this issue as complete, however there is a new issue #7 to address my observations and as an example I have changed one of the tests in branch 'feature-test' file 'test.js' commit 8762c98 to show what I think the calculations should return.

For my edification on the same branch I did a calculation comparison in a new folder docs