2 Commits

Author SHA1 Message Date
Sai1919
cc21f2d61a update README.md 2016-11-09 12:09:29 +05:30
Sai1919
552c869f22 add adv versions of node 2016-11-08 18:30:20 +05:30
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- 'stable'
script: npm test
notifications:
email:

View File

@@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/Sai1919/xml-streamer.svg?branch=master)](https://travis-ci.org/Sai1919/xml-streamer)
## Motivation
You use [Node.js](https://nodejs.org) for speed? You process XML streams? Then you want the fastest XML to JS parser: xml-streamer
You use [Node.js](https://nodejs.org) for speed? You process XML streams? Then you want the fastest XML to JS parser: xml-streamer, based on [node-expat](https://github.com/astro/node-expat)
## Install