Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

mikefrancis/brewdog.js

Repository files navigation

brewdog.js

Build Status codecov npm

A JS wrapper for punkapi.com.

Installation

NPM

npm install --save brewdog-js

Yarn

yarn add brewdog-js

Usage

import { Beer } from 'brewdog-js';

const beers = new Beer();

console.log(await beers.all());