Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luavixen/foxid
- Owner: luavixen
- License: mit
- Created: 2022-11-23T06:35:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:43:04.000Z (2 months ago)
- Last Synced: 2024-11-22T05:19:36.578Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/foxid
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).