Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trs/uuid.app
Simple UUID Generator App
https://github.com/trs/uuid.app
hacktoberfest
Last synced: 10 days ago
JSON representation
Simple UUID Generator App
- Host: GitHub
- URL: https://github.com/trs/uuid.app
- Owner: trs
- Created: 2019-07-13T01:10:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T05:00:02.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T03:01:35.709Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Svelte
- Homepage: https://uuid.app
- Size: 718 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uuid.app
> Simple UUID generator app.
## Web
A simple interface that generates a V4 UUID.
> [uuid.app](https://uuid.app)
## API
Exposes an API to generate multiple UUIDs as V1 or V4.
```
curl -H "accept: application/json" \
https://uuid.app/api/v1?count=5
``````
curl -H "accept: application/json" \
https://uuid.app/api/v4?count=5
```