Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Another way to represent your Untappd-data

License

NotificationsYou must be signed in to change notification settings

Kyrremann/beers

Repository files navigation

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

Getting started

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 theuntappd.json file.

  1. Fork this repo
  2. Changee-mail in_config.yml
    • The site will be aviable at<username>.github.io/beers
  3. Let Github Action push back to the repo by going to the repoSettings >Actions >General, scroll to the bottom. UnderWorkflow permissions make sure thatRead and write permissions are enabled.
  4. Enable Github Pages by going to the repoSettings >Pages. UnderSource click the button that saysNone and chooseMain (or your custom branch`.
  5. Upload your ownuntappd.json data
  6. Github Action will automatically build and upload your new data

Update your fork

Check outGithub doc for an easy guide for how to update your fork.

Development

It's running on Ruby and Jekyll.

Regex for getting styles from Untappd.com

Untappd sometimes changes their list of styles, so it needs to be kept updated.

  1. Go tohttps://untappd.com/beer/top_rated
  2. Use this regex to easily get a formatted line of styles<option value="\d+" data-value-slug="(\w|-)+">([A-Za-z\-\s\(\)/&èéäö]+)</option>

Data structures

Easily seen in the_data-folder. There are one file for each feature.

About

Another way to represent your Untappd-data

Topics

Resources

License

Stars

Watchers

Forks


[8]ページ先頭

©2009-2025 Movatter.jp