# Getting Started
The following tutorial will get a running copy of BillScraper.js on to your computer.

## Installation
```
npm install --save bill-scraper
```
In order to use the database features of this project, you need to install MongoDB. Instructions for that are located [here](https://docs.mongodb.com/manual/installation/). 

## Requiring it
```
var billScraper = require("bill-scraper");
```

## Next steps
BillScraper.js is now set up on your device! See the other tutorials for more information on how to use the library.
