Skip to content

Commit 4bbc120

Browse files
committed
add screenshots to readme
1 parent c41a483 commit 4bbc120

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Reading and Writing XML in Node - Demo App
22

3-
A demonstration of some of the more popular NPM packages that help read and write XML in Node:
3+
A simple app that demonstrates a few common packagest that help with reading and writing XML in Node.js applications.
44

5-
* xml2js and express-xml-bodyparser
6-
* libxmljs2
7-
* cheerio
8-
* svgson
5+
## xml2js and express-xml-bodyparser
6+
![xml2js and express-xml-bodyparser demo](screenshots/xml2js.png)
7+
8+
## libxmljs2
9+
![libxmljs2 demo](screenshots/libxmljs2.png)
10+
11+
## cheerio
12+
![cheerio demo](screenshots/cheerio.png)
13+
14+
## svgson
15+
![svgson demonstration](screenshots/svgson.png)

screenshots/cheerio.png

128 KB
Loading

screenshots/libxmljs2.png

108 KB
Loading

screenshots/svgson.png

84.4 KB
Loading

screenshots/xml2js.png

74.9 KB
Loading

0 commit comments

Comments
 (0)