Beers uses your exported data from Untappd and generate even more statistics than what Untappd offer. For example can you see beers per year, and month, plus it averages several interesting facts, such as abv and number of consumed beers.
Some key features:
- Beers per year and month
- Average beer per month and year
- Easily see beers, breweries, and styles you have tried
It's pretty simple to get started using this application, as it's all hosted by Github. I use Github Actions to generate the data based on the untappd.json
file.
- Fork this repo
- Change
e-mail
in_config.yml
- The site will be aviable at
<username>.github.io/beers
- The site will be aviable at
- Let Github Action push back to the repo by going to the repo
Settings
>Actions
>General
, scroll to the bottom. UnderWorkflow permissions
make sure thatRead and write permissions
are enabled. - Enable Github Pages by going to the repo
Settings
>Pages
. UnderSource
click the button that saysNone
and chooseMain
(or your custom branch`. - Upload your own
untappd.json
data - Github Action will automatically build and upload your new data
Check out Github doc for an easy guide for how to update your fork.
It's running on Ruby and Jekyll.
Untappd sometimes changes their list of styles, so it needs to be kept updated.
- Go to https://untappd.com/beer/top_rated
- Use this regex to easily get a formatted line of styles
<option value="\d+" data-value-slug="(\w|-)+">([A-Za-z\-\s\(\)/&èéäö]+)</option>
Easily seen in the _data
-folder. There are one file for each feature.