We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7249f25 commit 42066a7Copy full SHA for 42066a7
2 files changed
.travis.yml
@@ -0,0 +1,11 @@
1
+language: node-js
2
+node_js:
3
+ - "5"
4
+ - "5.1"
5
+ - "4"
6
+ - "4.2"
7
+ - "4.1"
8
+ - "4.0"
9
+ - "0.12"
10
+ - "0.11"
11
+ - "0.10"
readme.md
@@ -1,3 +1,5 @@
+<img src="https://travis-ci.org/Keyang/node-csvtojson.svg?branch=master"/>
+
# CSVTOJSON
All you need nodejs csv to json converter.
* Large CSV data
0 commit comments