https://github.com/crapthings/meteor-hashids
https://github.com/crapthings/meteor-hashids
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crapthings/meteor-hashids
- Owner: crapthings
- Created: 2013-02-16T05:46:02.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T09:21:33.000Z (over 12 years ago)
- Last Synced: 2025-03-24T00:23:26.097Z (about 1 year ago)
- Language: JavaScript
- Size: 150 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hashids repackaged for Meteor.js
this package provide a method to gen hashid use
Meteor.uuid() and Date.now as encrypt
## How to use?
Meteor Method
Meteor.uuid() to generate a long id # 1a81a6c8-a9d6-46fb-b5d0-c8232438048a
Extend Meteor Method
Meteor.hashid() to generate a short id # jGGaqGLe7K
### More Usage
https://github.com/ivanakimov/hashids.js