Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobengo/guid
https://github.com/gobengo/guid
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobengo/guid
- Owner: gobengo
- Created: 2014-04-22T19:46:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T22:49:51.000Z (over 10 years ago)
- Last Synced: 2024-10-03T15:32:06.916Z (about 1 month ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guid
Generate a GUID.
```javascript
var guid = require('guid')();
// guid ~= 'd5196cb1-f336-4938-9de6-a9b7f7568626'
```