Skip to content

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

Notifications You must be signed in to change notification settings

zeke/california-license-plates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

California License Plates

🍿 Watch the video (4 minutes)

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

CLI


README.mov

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

  • 2 to 7 characters
  • Letters, numbers, and spaces allowed
  • Special or accented characters are not accepted
  • Type "/" to add a half-space
  • Two half-spaces cannot be in a row
  • Zero (0) is not allowed

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published