Browse Source

Updated README

pull/124/head
Matthew Holt 10 years ago
parent
commit
2eb3d23124
  1. 11
      README.md

11
README.md

@ -3,10 +3,11 @@ Parse CSV with Javascript
[![mholt on Gratipay](http://img.shields.io/badge/tips-accepted-brightgreen.svg?style=flat)](https://www.gratipay.com/mholt/) [![mholt on Gratipay](http://img.shields.io/badge/tips-accepted-brightgreen.svg?style=flat)](https://www.gratipay.com/mholt/)
Papa Parse is the fastest CSV (or delimited text) parser for JavaScript. It is reliable and correct according to [RFC 4180](https://tools.ietf.org/html/rfc4180), and it comes with these features: Papa Parse is the [fastest](http://jsperf.com/javascript-csv-parsers/4) in-browser CSV (or delimited text) parser for JavaScript. It is reliable and correct according to [RFC 4180](https://tools.ietf.org/html/rfc4180), and it comes with these features:
- Easy to use - Easy to use
- Parse CSV files directly (local or over the network) - Parse CSV files directly (local or over the network)
- Fast mode ([is really fast](http://jsperf.com/javascript-csv-parsers/3))
- Stream large files (even via HTTP) - Stream large files (even via HTTP)
- Reverse parsing (converts JSON to CSV) - Reverse parsing (converts JSON to CSV)
- Auto-detect delimiter - Auto-detect delimiter
@ -23,7 +24,11 @@ Homepage & Demo
---------------- ----------------
- [Homepage](http://papaparse.com) - [Homepage](http://papaparse.com)
- [Demo](http://papaparse.com/demo.html) - [Demo](http://papaparse.com/demo)
To learn how to use Papa Parse:
- [Documentation](http://papaparse.com/docs)
Papa Parse for Node Papa Parse for Node
@ -55,7 +60,7 @@ Get Started
Use [papaparse.min.js](https://github.com/mholt/PapaParse/blob/master/papaparse.min.js) for production. Use [papaparse.min.js](https://github.com/mholt/PapaParse/blob/master/papaparse.min.js) for production.
For usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs.html). For usage instructions, see the [homepage](http://papaparse.com) and, for more detail, the [documentation](http://papaparse.com/docs).

Loading…
Cancel
Save