Merge pull request #262 from lpinca/add/x-ray

Add x-ray to Parsing
This commit is contained in:
Kevin Mårtensson
2015-04-14 16:16:45 +02:00

View File

@@ -354,6 +354,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [PostCSS](https://github.com/postcss/postcss) - Framework for CSS postprocessors, to modify CSS.
- [PEG.js](https://github.com/dmajda/pegjs) - Simple parser generator that produces fast parsers with excellent error reporting.
- [binary-extract](https://github.com/juliangruber/binary-extract) - Extract a value from a buffer of JSON without parsing the whole thing.
- [x-ray](https://github.com/lapwinglabs/x-ray) - A web scraping utility to see through the <html> noise.
### Humanize