Skip to content
/ foxid Public

Microscopic ID generator for Node.js.

License

Notifications You must be signed in to change notification settings

luavixen/foxid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foxid

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"

Authors

Made with ❤ by Lua MacDougall (foxgirl.dev)

License

This project is licensed under the MIT license.

About

Microscopic ID generator for Node.js.

Resources

License

Stars

Watchers

Forks