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

https://github.com/inbrowserapp/uuid.inbrowser.app

🆔 UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.
https://github.com/inbrowserapp/uuid.inbrowser.app

browser javascript pwa uuid

Last synced: about 2 months ago
JSON representation

🆔 UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.

Awesome Lists containing this project

README

          

# 🆔 UUID InBrowser.App

https://uuid.inbrowser.app

UUID InBrowser.App is a tool to generate and decode UUIDs. Fully runs in your browser, no data is sent to the server. Fast, secure, and offline capable.

## ✨ Features

* Everything is processed in your browser. No privacy risk.
* Works without network connection using PWA.
* Works on all modern browsers and devices.
* All files are static. No backend servers needed.
* Generate UUIDs in different formats.

## 🧑‍💻 Develop

```sh
$ npm run dev # Run Dev Server
$ npm run build # Build to dist/
```