Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@nfx nfx released this 27 Dec 15:49
· 9 commits to main since this release
5f367df

Added htmltable.NewSliceFromPage convenience helper:

url := "https://en.wikipedia.org/wiki/List_of_S%26P_500_companies"
p, _ := htmltable.NewFromURL(url)
out, _ := htmltable.NewSliceFromPage[Ticker](p)
println(len(out)) // 500