Skip to content

Commit d35a554

Browse files
committed
Update Read me
1 parent c563eea commit d35a554

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

README.md

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1+
2+
13
# [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser)
4+
[![Backers on Open Collective](https://opencollective.com/fast-xml-parser/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/fast-xml-parser/sponsors/badge.svg)](#sponsors) [![Known Vulnerabilities](https://snyk.io/test/github/naturalintelligence/fast-xml-parser/badge.svg)](https://snyk.io/test/github/naturalintelligence/fast-xml-parser)
5+
[![NPM quality][quality-image]][quality-url]
6+
[![Travis ci Build Status](https://travis-ci.org/NaturalIntelligence/fast-xml-parser.svg?branch=master)](https://travis-ci.org/NaturalIntelligence/fast-xml-parser)
7+
[![Coverage Status](https://coveralls.io/repos/github/NaturalIntelligence/fast-xml-parser/badge.svg?branch=master)](https://coveralls.io/github/NaturalIntelligence/fast-xml-parser?branch=master)
8+
[<img src="https://img.shields.io/badge/Try-me-blue.svg?colorA=FFA500&colorB=0000FF" alt="Try me"/>](https://naturalintelligence.github.io/fast-xml-parser/)
9+
[![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser)
10+
11+
[quality-image]: http://npm.packagequality.com/shield/fast-xml-parser.svg?style=flat-square
12+
[quality-url]: http://packagequality.com/#?package=fast-xml-parser
13+
14+
215
Validate XML, Parse XML to JS/JSON and vice versa, or parse XML to Nimn rapidly without C/C++ based libraries and no callback
316

4-
> This project welcomes **contributors**. If you have a feature you'd like to see implemented or a bug you'd liked fixed, the best and fastest way to make that happen is to implement it and submit a PR. Basic knowledge of JS is sufficient. Feel free to ask for any guidance.
17+
![Donate $5](static/img/donation_quote.png)
518

19+
<a href="https://opencollective.com/fast-xml-parser/donate" target="_blank">
20+
<img src="https://opencollective.com/fast-xml-parser/donate/button@2x.png?color=blue" width=200 />
21+
</a>
22+
<a href="https://www.patreon.com/bePatron?u=9531404" data-patreon-widget-type="become-patron-button"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" width="200" /></a>
23+
<a href="https://paypal.me/naturalintelligence"> <img src="static/img/support_paypal.svg" alt="Stubmatic donate button" width="200"/></a>
624

725
## Users
826
List of some applications/projects using Fast XML Parser. (Raise an issue to submit yours)
@@ -64,25 +82,8 @@ List of some applications/projects using Fast XML Parser. (Raise an issue to sub
6482

6583

6684

67-
### Join this project as collaborator / maintainer.
6885

6986

70-
[![Backers on Open Collective](https://opencollective.com/fast-xml-parser/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/fast-xml-parser/sponsors/badge.svg)](#sponsors) [![Known Vulnerabilities](https://snyk.io/test/github/naturalintelligence/fast-xml-parser/badge.svg)](https://snyk.io/test/github/naturalintelligence/fast-xml-parser)
71-
[![NPM quality][quality-image]][quality-url]
72-
[![Travis ci Build Status](https://travis-ci.org/NaturalIntelligence/fast-xml-parser.svg?branch=master)](https://travis-ci.org/NaturalIntelligence/fast-xml-parser)
73-
[![Coverage Status](https://coveralls.io/repos/github/NaturalIntelligence/fast-xml-parser/badge.svg?branch=master)](https://coveralls.io/github/NaturalIntelligence/fast-xml-parser?branch=master)
74-
[<img src="https://img.shields.io/badge/Try-me-blue.svg?colorA=FFA500&colorB=0000FF" alt="Try me"/>](https://naturalintelligence.github.io/fast-xml-parser/)
75-
[![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser)
76-
77-
[quality-image]: http://npm.packagequality.com/shield/fast-xml-parser.svg?style=flat-square
78-
[quality-url]: http://packagequality.com/#?package=fast-xml-parser
79-
80-
<a href="https://opencollective.com/fast-xml-parser/donate" target="_blank">
81-
<img src="https://opencollective.com/fast-xml-parser/donate/button@2x.png?color=blue" width=200 />
82-
</a>
83-
<a href="https://www.patreon.com/bePatron?u=9531404" data-patreon-widget-type="become-patron-button"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" alt="Become a Patron!" width="200" /></a>
84-
<a href="https://www.paypal.me/amitkumarguptagwl"> <img src="static/img/support_paypal.svg" alt="Stubmatic donate button" width="200"/></a>
85-
8687
### Main Features
8788

8889
<img align="right" src="static/img/fxp_logo.png" width="180px" alt="FXP logo"/>
@@ -313,6 +314,7 @@ With the correct options, you can get the almost original XML without losing any
313314
- [शब्दावली (shabdawali)](https://github.com/amitguptagwl/shabdawali) : Amazing human like typing effects beyond your imagination.
314315

315316

317+
316318
## Contributors
317319

318320
This project exists thanks to [all](graphs/contributors) the people who contribute. [[Contribute](CONTRIBUTING.md)].

0 commit comments

Comments
 (0)