1.0.3 • Published 7 years ago

untappd-js v1.0.3

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago