7

I wanted to build a website to search for aircraft accidents, so scraped the NTSB and FAA websites and built a database out of it.

Then I went to write search fields for Make and Model. I wanted it to be easy to know if there were results for a given Make before someone tried to query by it. And then fell into the rabbithole of how to make something like that accessible.

One thing led to another and: https://github.com/amyshackles/...

Still need to add testing and better documentation and clean it up a bunch, but it’s starting to look like something, maybe.

Comments
Add Comment