A (random) collection of unpretentious, hacker-friendly libraries
| Name | Purpose |
|---|---|
| dotenv | Need custom environment variables in your project? Create a .env file, add require('dotenv').config() to the top of your entry file. |
| knex | Build SQL queries and run migrations in a node app--no ORM required. |
| in-viewport | Run code every time a DOM element enters the browser's viewport. |
| tinycolor | Do things with colors! |
| signature-pad | Turn a canvas element into a signature pad like Square. |
| zxcvbn | Estimate password strength with a single function call. |