@siac/slug

generate unique slugs using time stamp

Usage no npm install needed!

<script type="module">
  import siacSlug from 'https://cdn.skypack.dev/@siac/slug';
</script>

README

Slug

generate unique slugs using time stamp


Installation

$ yarn add @siac/slug

Usage

import Slug from "@siac/slug";

const mySlug = Slug();

This will generate a unique string of six random characters.


License

Slug is licensed under the MIT License.

Made with love by Siac.

(https://siac.io)