zeke / california-license-plates

A silly tool to search the California DMV website for available custom license plate names.
15 stars 5 forks source link

California License Plates

๐Ÿฟ Watch the video (4 minutes)

A tool to search the California DMV website for available custom license plate names.

CLI

Why?

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.

Requirements

๐Ÿข๐Ÿš€ Node.js

Usage

npm i -g california-license-plates
npx california-license-plates <query> <query> <etc>

Rules

Tips

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