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

https://github.com/oada/oada-converters

Various converters to/from various mime types will be written here
https://github.com/oada/oada-converters

Last synced: 8 months ago
JSON representation

Various converters to/from various mime types will be written here

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/OADA/oada-converters.svg?branch=master)](https://travis-ci.org/OADA/oada-converters)
[![Coverage Status](https://coveralls.io/repos/OADA/oada-converters/badge.svg?branch=master)](https://coveralls.io/r/OADA/oada-converters?branch=master)
[![Dependency Status](https://david-dm.org/oada/oada-converters.svg)](https://david-dm.org/oada/oada-converters)
[![License](http://img.shields.io/:license-Apache%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

# oada-converters #

## Installation ##
```shell
npm install oada-converters
```

## Usage ##
```javascript
var oadaConverters = require('oada-converters');
```