rising-tide-tap-list

0.0.2 • Public • Published

Rising Tide Tap List

Build Status

A JavaScript module (and command line utility) to obtain a list of beers on tap at the Rising Tide Brewery in Portland, Maine. It is a simple web scraper.

CLI

> bin/rising-tide
d'automne, daymark, ishmael, oktoberfest, waypoint

Module

require('rising-tide-tap-list')(function(err, results){
  console.log(results);
  // [ 'd\'automne', 'daymark', 'ishmael', 'oktoberfest', 'waypoint' ]
});

Package Sidebar

Install

npm i rising-tide-tap-list

Weekly Downloads

3

Version

0.0.2

License

MIT

Last publish

Collaborators

  • tleen