tanykim/node-untappd — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2014-10-19
Build a personal dashboard showing your Untappd check-in history.
Embed your latest beer rating on a personal website.
Create a tool that analyzes beer trends across a friend group.
Write new check-ins to Untappd programmatically using OAuth.
| tanykim/node-untappd | a15n/a15n | a15n/checkout-validation | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2014-10-19 | 2019-04-07 | 2014-09-04 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires requesting Untappd API credentials, which can take a couple of business days to arrive by email.
Untappd is a social app where people check in and rate beers they're drinking, kind of like Foursquare but for craft beer. This library lets developers tap into Untappd's data so they can build their own apps or websites that pull in beer information, user activity, and other Untappd features. Instead of talking directly to Untappd's API (which can be technical), you use this library to make requests in a simpler way from a Node.js application. To get started, you sign up for Untappd, request API credentials from them, then install this library into your Node.js project. Once you've plugged in your credentials, you can call functions like "get this user's recent beer check-ins" or "look up a brewery," and the library handles the messy details of talking to Untappd's servers and parsing the response back for you. Every function takes a callback, a piece of code that runs once Untappd sends back the data you asked for. The library covers every major feature Untappd's API offers, from reading user activity to writing new check-ins (if you use OAuth authentication). A developer might use this to build a dashboard showing their drinking history, embed their latest beer rating on a personal website, or create a tool that analyzes beer trends across their friend group. The README includes a simple working example, though you'll need to wait a couple of business days for Untappd to email you your API key after you request it. The project is intentionally kept lightweight, the authors see it as a straightforward pass-through to Untappd's API rather than a thick layer of logic on top. They encourage people to build whatever they want with it and welcome feedback, bug reports, and even production examples of how it's being used in the wild.
A Node.js library that makes it easy to pull beer, brewery, and check-in data from Untappd's API into your own app.
Mainly JavaScript. The stack also includes JavaScript, Node.js.
Dormant — no commits in 2+ years (last push 2014-10-19).
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.