I made a thing!

Aug 7, 2020 8:55 PM

dekket

Views

954

Likes

5

Dislikes

4

I decided I needed to further my PHP and skills, which meant I needed a project that would challenge those. So, I made this thing.
It's a small application that fetches my Untappd beer check-ins and stores them locally so I can do what I want with them. The screenshot merely shows the layout I made, but there's no reason this would be the only use for the data.

It's not packaged up in a way that would make it easy to distribute, but if anyone's interested I'll create an open new repo for it and try my very damndest at a How-To for setting it up.

All data is stored in a local .json-file, so no database needed. I'll add that later if ever necessary. Currently there are some 500 checkins and zero effect on performance so I doubt it'll ever truly be necessary.

You'll need an API key from Untappd in order to get this working, but just request one and it'll be granted in a day or so. The API allows for 100 requests/day, so if you wanna hack around on this, keep that in mind.

programming

hold_my_beer

diy

javascript

php