lemeryfertitta / BoardLib

Utilities for interacting with climbing board APIs
MIT License
54 stars 10 forks source link

change grade name lookup from hardcoded to lookup table from server #29

Closed lekanteto closed 6 months ago

lekanteto commented 6 months ago

Just an easy change for me to practice and see what you accept and how you want PRs to look like. ;-) Removed the lookup table for the grades and fetch the info from the server instead.