lematt1991 / untappd-js

Node.js client for the Untappd API
8 stars 2 forks source link
api-client api-wrapper beer nodejs untappd untappd-api

Untappd API (Node.js)

A Node.js client for the Untappd API. The original documentation for the API can be found here

Usage

const Untappd = require("untappd-js");
client = new Untappd(process.env.ACCESS_TOKEN);
client.pubFeed({lat, lon})
    .then(data => ...)

API

All methods are of the form method(data, [callback]). If the callback is not supplied, then the method returns a promise.

Feeds

Info / Search

Action

Utilities