# Rally REST Toolkit for Node.js
[![NPM](https://nodei.co/npm/rally.png?downloads=true&stars=true)](https://nodei.co/npm/rally/)  
[![Build Status](https://travis-ci.org/RallyTools/rally-node.png?branch=master)](https://travis-ci.org/RallyTools/rally-node)

## License

Copyright (c) Rally Software Development Corp. 2014 Distributed under the MIT License.

## Warranty

The Rally REST Toolkit for Node.js is available on an as-is basis.

## Support

Rally Software does not actively maintain or support this toolkit. If you have a question or problem, we recommend posting it to Stack Overflow: http://stackoverflow.com/questions/ask?tags=rally

## Installation

The toolkit is distributed as an npm module named rally.  Simply add to an existing package.json or install from the command line.
```
npm install rally
```

## User Guide
Please view the [User Guide](https://github.com/RallyTools/rally-node/wiki/User-Guide) in the attached wiki.

## Developer Guide
Please view the [Developer Guide](https://github.com/RallyTools/rally-node/wiki/Developer-Guide) in the attached wiki.
