rustlabs
v0.1.1
Published
rustlabs item list scraper
Readme
Rustlabs wrapper
- [ ] Proper readme
i will add things here later
currently only exported function is getItemList() which gives you a array of GenericItem[] typed arrays
export interface GenericItem {
name: string
url: string
logo: string
category: string
}