Skip to content

lematt1991/untappd-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published