/brew-father-inventory

This tool fetches my BrewFather inventory and publishes it at the link below.

Primary LanguageJavaScript

🍺

BrewFather Inventory

🚀 How to get your own BrewFather public inventory list

  1. Fork this repo

  2. Setup GitHub Pages

    • Navigate to Settings > Pages
    • Select the gh-pages branch and select / root
  3. Setup GitHub secrets

    • Navigate to Settings > Secrets
    • Add an ACCESS_TOKEN secret (create it here, repo permissions required)
    • Add a BREWFATHER_API_KEY secret (this key can be found in the BrewFather app)
    • Add a BREWFATHER_USER_ID secret (this key can be found in the BrewFather app)
  4. Winning

    • Your Github Actions will contain a workflow that will publish your inventory every six hours.