Skip to content

shekhargulati/timeflake-java

Repository files navigation

Timeflake-Java

Timeflake-Java CI

Timeflake-Java is the Java port of timeflake Python library.

Timeflake is a 128-bit, roughly-ordered, URL-safe UUID. Inspired by Twitter's Snowflake, Instagram's ID and Firebase's PushID.

Usage

import timeflake.Timeflake;

var r = Timeflake.random()

r.hex();
r.base62();
r.timestamp();
r.uuid();

For more refer to the original library.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages