Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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