Skip to content

Commit

Permalink
Add a few more projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Fosli committed Dec 26, 2023
1 parent 04e85ac commit 14557db
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
25 changes: 25 additions & 0 deletions content/projects/new-uuid.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
title = "new-uuid.com"
description = "Simple web api to generate uuid's"
weight = 3
+++

Simple web api to generate random uuid's,
using rust, wasm/wasi and cloudflare's serverless platform "Cloudflare workers".

## Usage from the terminal

```sh
# print to stdout
curl https://new-uuid.com
# store in a variable
my_uuid="$(curl https://new-uuid.com)"
# copy to clipboard on Linux+Wayland
curl https://new-uuid.com | wl-copy
```

## Links

* Generate uuid [https://new-uuid.com](https://new-uuid.com)

* Source code: [github.com/christianfosli/new-uuid.com](https://github.com/christianfosli/new-uuid.com)
14 changes: 14 additions & 0 deletions content/projects/stellerom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
title = "Stellerom"
description = "Work-in-Progress web app for finding and rating changing rooms near you"
weight = 2
+++

Work-in-Progress web app for finding and rating changing rooms near you.
See the README on GitHub for more info.

## Links

* [www.stellerom.no](https://www.stellerom.no),

* Source code [github.com/christianfosli/stellerom](https://github.com/christianfosli/stellerom)

0 comments on commit 14557db

Please sign in to comment.