Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekeitho/temp_converter
Convert from Fahrenheit to Celsius. Vice Versa.
https://github.com/ekeitho/temp_converter
Last synced: about 2 months ago
JSON representation
Convert from Fahrenheit to Celsius. Vice Versa.
- Host: GitHub
- URL: https://github.com/ekeitho/temp_converter
- Owner: ekeitho
- Created: 2014-08-24T07:01:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T17:18:40.000Z (about 10 years ago)
- Last Synced: 2024-03-16T10:35:02.701Z (10 months ago)
- Language: JavaScript
- Size: 570 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#v0.0.1
### temp_converter [![Build Status](https://travis-ci.org/ekeitho/temp_converter.svg?branch=master)](https://travis-ci.org/ekeitho/temp_converter)
## EXAMPLE USAGE - convert temperatures
```javascript
var convert_c2f = converter("c", 20);
var convert_f2c = convereter("f", 10);
```### Reason
Built this just to practice with Travis and some npm libs