Skip to content

Commit c7c92a3

Browse files
committed
badges
1 parent 2a9d0b4 commit c7c92a3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.markdown

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#jQuery xml2json
1+
#jQuery xml2json [![Build Status][buildstatus]][buildstatusurl] [![Deps Status][depstatus]][depstatusurl]
2+
3+
[![NPM][npm]](https://nodei.co/npm/jQuery-xml2json/)
24

35
A simple jQuery plugin that converts XML data, typically from $.ajax requests, to a valid JSON object.
46

@@ -12,3 +14,8 @@ Here's a simple usage example:
1214
}
1315
});
1416

17+
[buildstatus]: https://drone.io/github.com/sergeyt/jQuery-xml2json/status.png
18+
[buildstatusurl]: https://drone.io/github.com/sergeyt/jQuery-xml2json/latest
19+
[depstatus]: https://david-dm.org/sergeyt/jQuery-xml2json.png
20+
[depstatusurl]: https://david-dm.org/sergeyt/jQuery-xml2json
21+
[npm]: https://nodei.co/npm/jQuery-xml2json.png?downloads=true&stars=true

0 commit comments

Comments
 (0)