uniqider

2.0.1 • Public • Published

uniqider: Generate unique identifiers

Build Status

This is a very simple module that generates unique identifiers. It is a thin wrapper around Random.js.

Usage

Install via npm or bower

npm install uniqider

In your code:

var uniqueId = require('uniqider');
 
// Retrieve unique id
var id = uniqueId();

API

uniqueId()

Returns a random id string, 16 bytes long, e.g.: UQ80VjpeSIb9ZMZW

License

BSD 3-Clause License

Copyright (c) 2015, Boris Ćeranić

Package Sidebar

Install

npm i uniqider

Weekly Downloads

8

Version

2.0.1

License

BSD-3-Clause

Last publish

Collaborators

  • borisceranic