An open API service indexing awesome lists of open source software.

https://github.com/florianwendelborn/uuid4-bitwise

Simple demo to show how the UUID4 bit magic works and what it does.
https://github.com/florianwendelborn/uuid4-bitwise

bitwise javascript uuid4

Last synced: 10 months ago
JSON representation

Simple demo to show how the UUID4 bit magic works and what it does.

Awesome Lists containing this project

README

          

# UUID4 Bitwise

> Simple demo to show how the UUID4 bit magic works and what it does.

## Installation

```bash
git clone git@github.com:dodekeract/uuid4-bitwise
cd ./uuid4-bitwise
yarn install
```

## Running

```bash
yarn run start
```