Skip to content

Latest commit

 

History

10 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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' ]
});

关于

Obtain a list of beers on tap at the Rising Tide Brewery

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages