1.0.0 • Published 12 years ago
hess-at-bills-table-page v1.0.0
Hess At bills table page
Installation
npm install -S hess-at-bills-table-page
Usage
var inspect = require('eyespect').inspector();
var cheerio = require('cheerio')
var atBillsTablePage = require('hess-at-bills-table-page')
var html = 'foo' // html from requesting the bills table page
var $ = cheerio.load(html)
var atPage = atBillsTablePage($)
inspect(atPage, 'at bills table page?')
Test
# install development dependencies
npm install
# run tests
npm test
1.0.0
12 years ago