Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 535 Bytes

GET_STARTED.md

File metadata and controls

16 lines (13 loc) · 535 Bytes

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.

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.