Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/josecarneiro/ideally
🔎 Simple id generator
https://github.com/josecarneiro/ideally
id short
Last synced: about 1 month ago
JSON representation
🔎 Simple id generator
- Host: GitHub
- URL: https://github.com/josecarneiro/ideally
- Owner: josecarneiro
- License: mit
- Created: 2017-04-17T23:28:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T13:43:18.000Z (almost 7 years ago)
- Last Synced: 2024-10-14T01:46:39.292Z (2 months ago)
- Topics: id, short
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ideally
The library `ideally` eases the pain of generating random ids.
``` bash
# With the yarn package manager
yarn add ideally# Or, with npm
npm install ideally --save
````ideally`requires Node.js version 8.x.x or higher.