# Livefyre NodeJS Utility Classes
[![NPM version](https://badge.fury.io/js/livefyre.png)](https://badge.fury.io/js/livefyre)
[![Circle CI](https://circleci.com/gh/Livefyre/livefyre-nodejs-utils.png?style=badge)](https://circleci.com/gh/Livefyre/livefyre-nodejs-utils)
[![Coverage Status](https://coveralls.io/repos/Livefyre/livefyre-nodejs-utils/badge.png)](https://coveralls.io/r/Livefyre/livefyre-nodejs-utils)

Livefyre's official library for common server-side tasks necessary for getting Livefyre apps (comments, reviews, etc.) working on your website.

## Installation

Run this line:

    $ npm install livefyre

## Additional Documentation

Located [here](https://answers.livefyre.com/developers/libraries).

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Note: any feature update on any of Livefyre's libraries will need to be reflected on all language libraries. We will try and accommodate when we find a request useful, but please be aware of the time it may take.

License
=======

MIT