https://github.com/ssnickolay/scala-nanoid
Scala port of NanoID, a secure and URL-friendly unique ID generator.
https://github.com/ssnickolay/scala-nanoid
scala scalajs
Last synced: 21 days ago
JSON representation
Scala port of NanoID, a secure and URL-friendly unique ID generator.
- Host: GitHub
- URL: https://github.com/ssnickolay/scala-nanoid
- Owner: ssnickolay
- Created: 2018-04-11T18:54:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T11:20:59.000Z (over 6 years ago)
- Last Synced: 2025-02-16T22:41:31.503Z (4 months ago)
- Topics: scala, scalajs
- Language: Scala
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nanoid port for Scala
[](https://circleci.com/gh/ssnickolay/scala-nanoid)
[](https://www.scala-js.org)Scala port of NanoID ([https://github.com/ai/nanoid](https://github.com/ai/nanoid)), a tiny, secure URL-friendly unique string ID generator.
**Safe.** It uses cryptographically strong random APIs and guarantees a proper distribution of symbols.
**Compact.** It uses a larger alphabet than UUID (A-Za-z0-9_~) and has a similar number of unique IDs in just 21 symbols instead of 36.
# Publish to sonatype
```sh
$ sbt +publish
```