You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to use IBU calculator without need to set AA for all hops it would be beneficial to have most known hops in the app. Create new struct for hop and define constant hops from https://www.brewersfriend.com/hops/ . Each hop should have name, average AA and aroma/bittering(boil)/whirlpool/dry hop (enum) usage information.
Additionally create command to find hops based on their average AA with min and max values or with their usage type.
To be able to use IBU calculator without need to set AA for all hops it would be beneficial to have most known hops in the app. Create new struct for hop and define constant hops from https://www.brewersfriend.com/hops/ . Each hop should have name, average AA and aroma/bittering(boil)/whirlpool/dry hop (enum) usage information.
Additionally create command to find hops based on their average AA with min and max values or with their usage type.
See #23 as an example.
The text was updated successfully, but these errors were encountered: