|
2 | 2 |
|
3 | 3 | > camaro is an utility to transform XML to JSON, using Node.js binding to native XML parser [pugixml](http://pugixml.org/), one of the fastest XML parser around. |
4 | 4 |
|
5 | | -[](https://npm.im/camaro) |
6 | | - |
7 | | -[](https://dev.azure.com/me0499/camaro/_build/latest?definitionId=1&branchName=develop) |
8 | | -[](https://travis-ci.org/tuananh/camaro) |
9 | | -[](https://ci.appveyor.com/project/tuananh/camaro) |
10 | | -[](http://definitelytyped.org) |
11 | | -[](https://npm.im/camaro) |
| 5 | +[](https://npm.im/camaro) |
| 6 | + |
| 7 | + |
| 8 | +[](http://definitelytyped.org) |
| 9 | +[](https://npm.im/camaro) |
12 | 10 |
|
13 | 11 | ## 🤘 Features |
14 | 12 |
|
@@ -177,6 +175,16 @@ And output of `prettyPrint()` |
177 | 175 |
|
178 | 176 | - [cruftless](https://github.com/wspringer/cruftless): I personally find this project very fascinating. Its template engine is more powerful than camaro's XPath-based perhaps. You should check it out. |
179 | 177 |
|
| 178 | +## Used by |
| 179 | + |
| 180 | +- https://github.com/dsifford/academic-bloggers-toolkit |
| 181 | +- https://github.com/hexojs/hexo-generator-sitemap |
| 182 | +- https://github.com/hexojs/hexo-generator-feed |
| 183 | +- https://github.com/hexojs/hexo-migrator-wordpress |
| 184 | +- https://github.com/fengkx/NodeRSSBot |
| 185 | + |
| 186 | +... |
| 187 | + |
180 | 188 | ## Licence |
181 | 189 |
|
182 | 190 | [The MIT License](LICENSE) |
0 commit comments