Hacker News new | ask | show | jobs
by Thibaut 3166 days ago
The Elm docs unfortunately don't work without JavaScript enabled, which makes them difficult to scrape / add to DevDocs.
1 comments

Elm package documentation is just JSON. Very easy to scrape.

Here's a list of all published Elm modules pointing to their respective packages: https://github.com/fiatjaf/module-linker/tree/backends/data/...

Scraped with this simple fish script: https://github.com/fiatjaf/module-linker/blob/backends/data/...