This package has been deprecated

Author message:

This package is no longer maintained

on-tap

0.3.0 • Public • Published

Brewdog On Tap

npm version Build Status Code Climate Coverage Status Dependency Status devDependency Status

NPM

Install

npm install --save on-tap

Example

const onTap = require('on-tap');
 
const bars = onTap.getBars();
console.log(bars); // => { uk: ['bar1', 'bar2'] }
 
onTap.atLocation('aberdeen', (err, beers) => {
    if(err) console.log(err);
 
    console.log(beers); // => ['beer1', 'beer2']
});

Run tests

npm run test

License

ISC © Clement Allen

Readme

Keywords

none

Package Sidebar

Install

npm i on-tap

Weekly Downloads

9

Version

0.3.0

License

ISC

Last publish

Collaborators

  • clementallen