Microscopic ID generator for Node.js.
- URL-friendly
- Incredibly simple
- Good-enough performance
- Cryptographically secure
- Node.js and browser support
var foxid = require('foxid')
foxid() // "w9q567s7qj4bmp9h"
foxid(32) // "tw24cymw3kb225mctevc3csna241pnm2"
Made with ❤ by Lua MacDougall (foxgirl.dev)
This project is licensed under the MIT license.