Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafamancan/data-converter


https://github.com/rafamancan/data-converter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# DATA-CONVERTER
This package is a data result handler. Available formats (JSON and XML).

## Installation
Run the following command to get the latest version package
```
npm install --save data-converter
```
## Usage
```
var converter = require('data-converter');
converter(data, status, format);
```