Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 3.12 KB

README.md

File metadata and controls

57 lines (47 loc) · 3.12 KB

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