Hacker News new | ask | show | jobs
Show HN: Enshrouded (Game) Crafting Recipes (nicklewers.github.io)
1 points by nicklewers 143 days ago
I built a small site for quickly looking up crafting recipes for Enshrouded! I was very surprised to find there wasn't something like this already.

Its very basic, I have a cronjob which once a day scrapes and parses https://enshrouded.wiki.gg/wiki/Data:Crafting_Recipes.json?a... . I then have a static site on Github pages which loads up the parsed data and presents it in a searchable, hopefully user-friendly, manner.

Hope this is useful to someone :)