Skip to content

Commit f7633b1

Browse files
committed
Updating Readme.md - Adding Travis and David
Adding travis for build tests & david for dependency version checking
1 parent 98ae3eb commit f7633b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Convert JSON to CSV or CSV to JSON
22

3+
[![Build Status](https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master)](https://travis-ci.org/mrodrig/json-2-csv)
4+
![David - Dependency Checker Icon](https://david-dm.org/mrodrig/json-2-csv.png "json-2-csv Dependency Status")
5+
36
This node module will convert an array of JSON documents to a CSV string.
47
Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.
58

0 commit comments

Comments
 (0)