Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luavixen/foxid

Microscopic ID generator for Node.js.
https://github.com/luavixen/foxid

Last synced: about 1 month ago
JSON representation

Microscopic ID generator for Node.js.

Awesome Lists containing this project

README

        

# foxid
Microscopic ID generator for Node.js.

* URL-friendly
* Incredibly simple
* Good-enough performance
* Cryptographically secure
* Node.js and browser support

```javascript
var foxid = require('foxid')
foxid() // "w9q567s7qj4bmp9h"
foxid(32) // "tw24cymw3kb225mctevc3csna241pnm2"
```

## Authors
Made with ❤ by Lua MacDougall ([foxgirl.dev](https://foxgirl.dev/))

## License
This project is licensed under the [MIT license](LICENSE).