Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comonadd/react-disqussion
The React library for working with Disquss
https://github.com/comonadd/react-disqussion
api-wrapper disqus-api js-library react
Last synced: about 2 months ago
JSON representation
The React library for working with Disquss
- Host: GitHub
- URL: https://github.com/comonadd/react-disqussion
- Owner: comonadd
- License: mit
- Created: 2017-06-10T15:53:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T12:49:11.000Z (over 3 years ago)
- Last Synced: 2024-10-16T03:02:36.018Z (2 months ago)
- Topics: api-wrapper, disqus-api, js-library, react
- Language: JavaScript
- Homepage:
- Size: 500 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# react-disqussion
### Description
The React library for working with Disquss.
### Installation
Install the library using npm:
```
$ npm install --save react-disqussion
```### Examples
Examples of the library usage can be found in [project examples directory](examples).
### Documentation
Documentation can be found in the [project documentation directory](docs/documentation).
### Contributions
Contributions are welcome!
Feel free to open issues and send pull requests in order to improve the library.
[CONTRIBUTION.md](docs/CONTRIBUTION.md) should be read before trying to send
pull requests.