From 56604bfb6580361d3bde13a978cad05602f6c5e4 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Tue, 14 Apr 2015 12:24:19 +0200 Subject: [PATCH] Add x-ray to Parsing --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f83ecdf..fdf02fd 100644 --- a/readme.md +++ b/readme.md @@ -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 noise. ### Humanize