ulid / javascript

Universally Unique Lexicographically Sortable Identifier
MIT License
3.04k stars 107 forks source link

Added reference to an Erlang implementation. #5

Closed savonarola closed 8 years ago

savonarola commented 8 years ago

Hello!

I have implemented ULID generation in Erlang and also implemented correct "monotonic" versions as optional functions.

codecov-io commented 8 years ago

Current coverage is 82.85% (diff: 100%)

Merging #5 into master will not change coverage

@@             master         #5   diff @@
==========================================
  Files             2          2          
  Lines            70         70          
  Methods          20         20          
  Messages          0          0          
  Branches          8          8          
==========================================
  Hits             58         58          
  Misses           12         12          
  Partials          0          0          

Powered by Codecov. Last update 3b51eec...1716c2f

alizain commented 8 years ago

Awesome!