Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafamancan/data-converter
https://github.com/rafamancan/data-converter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafamancan/data-converter
- Owner: rafamancan
- License: mit
- Created: 2017-12-15T09:24:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T09:54:12.000Z (about 7 years ago)
- Last Synced: 2024-11-28T09:31:48.580Z (about 2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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);
```