kangaroo-comments

2.0.13 • Public • Published

Kangaroo Comments

this is the React compnent you need to use KangarooComments

what is it?

Kangaroo Comments is a service that provide your app/blog or any other service with beautiful and SIMPLE comments system.

how to use

First you need to go to here and signup. Now you can add a a new website to your account and use the package.

After you added new website - simply download the library:

npm i -S kangaroo-comments

and use it in your app

  import Comments from 'kangaroo-comments'
 
 
  <Comments 
    siteName={'tokenFromAccount'}
    pageName={'uniquePageName'}/>

siteName

will be the token you created when added new website

pageName

will be a unique identifier so I recomend to use new Date().getTime().toString() or any other unique String you want, good idea can be the blog title as well.

Important note about pageName

Important note about <code>pageName</code>
pageName - CANT end with special characters like $, %,...
please be cerful! the component wont work if your pageName string ends with it.

Now all you have to do is use this component in your page.

to run local testing app

git clone https://github.com/obiwankenoobi/kangaroo-comments.git
cd /project
npm install 
npm start

dont be shy - pull requests are always welcome!(:

Readme

Keywords

none

Package Sidebar

Install

npm i kangaroo-comments

Weekly Downloads

1

Version

2.0.13

License

MIT

Unpacked Size

12.4 MB

Total Files

28

Last publish

Collaborators

  • obiwankenoobi