Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolim1t/randomstring
Generates a very random string (can be used for unique identifiers)
https://github.com/nolim1t/randomstring
Last synced: 2 days ago
JSON representation
Generates a very random string (can be used for unique identifiers)
- Host: GitHub
- URL: https://github.com/nolim1t/randomstring
- Owner: nolim1t
- Created: 2013-06-06T07:16:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T07:34:24.000Z (over 11 years ago)
- Last Synced: 2024-04-14T14:30:10.396Z (7 months ago)
- Language: CoffeeScript
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random String generation
============What
------------
Generates a very random string (can be used for unique identifiers)How
------------
Simply add it as a submodule to your app. This link works with herokugit submodule add git://github.com/nolim1t/randomstring.git app/path/to/submodule
Libraries
------------
* coffee-script v1.2.0
* node-uuid v1.3.3
* MD5 v1.0.3