You can use the library in the browser, in your NodeJS project and compile it as well.

#### Browser

```javascript
	<script src="betajs/dist/betajs.min.js"></script>
``` 

#### NodeJS

```javascript
	var BetaJS = require('betajs/dist/beta.js');
```

#### Compile

```javascript
	git clone https://github.com/betajs/betajs.git
	npm install
	grunt
```