๐ฟ Watch the video (4 minutes)
A tool to search the California DMV website for available custom license plate names.
You can do these searches yourself on the DMV website, but you have to fill out a long form before searching for your desired name (which will likely already be taken). Then you'll have to start over again, filling out that same form from scratch every time you want to search.
Enter robots! Our automated friends that exist to perform exactly this kind of mind-numbing drudgery.
๐ข๐ Node.js
npm i -g california-license-plates
npx california-license-plates <query> <query> <etc>
Looking for English words that have 7 characters? Use an-array-of-english-words.
npm i -g an-array-of-english-words
words | grep -x '.\{7,7\}' | wc -l