Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xeaone/uuidy
Uuidy
https://github.com/xeaone/uuidy
Last synced: 2 days ago
JSON representation
Uuidy
- Host: GitHub
- URL: https://github.com/xeaone/uuidy
- Owner: xeaone
- License: mpl-2.0
- Created: 2018-06-08T23:12:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T23:23:08.000Z (over 6 years ago)
- Last Synced: 2024-10-12T19:44:56.589Z (about 1 month ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Uuidy
Async and sync uuid generator. Generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDs.
ES5 browser compatiable non sync version use Promise, Uint8Array, and crypto.getRandomValues.### Install
- `npm i uuidy --save`## Api
### Uuidy
- Version 4
- `four: AsyncFunction`
- `fourSync: Function`## Authors
[AlexanderElias](https://github.com/AlexanderElias)## License
[Why You Should Choose MPL-2.0](http://veldstra.org/2016/12/09/you-should-choose-mpl2-for-your-opensource-project.html)
This project is licensed under the MPL-2.0 License