lematt1991 / untappd-js

Node.js client for the Untappd API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Node.js client for the Untappd API


Languages

Language:JavaScript 100.0%