### Usage
- cd /to/the/root/of/your/project
- Install package: `npm install --save react-braincloudclient`
- Add jQuery to your HTML, e.g.: `<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>`
- Then, use from your component:

```
import { brainCloudClient, brainCloudWrapper } from 'react-braincloudclient';

class App extends React.Component {  
   someFunction() {
     brainCloudWrapper.initialize(...);
     brainCloudWrapper.authenticateEmailPassword(...);
     ...
   }

   ...
}
```
---
For more information about brainCloud and the client library
including release history, api documentation, and tutorials please visit:
http://apidocs.braincloudservers.com/

Platform: Javascript
Version: 3.1.0.182
