diff --git a/content/projects/new-uuid.md b/content/projects/new-uuid.md new file mode 100644 index 0000000..f0a6ff2 --- /dev/null +++ b/content/projects/new-uuid.md @@ -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) diff --git a/content/projects/stellerom.md b/content/projects/stellerom.md new file mode 100644 index 0000000..c9c979a --- /dev/null +++ b/content/projects/stellerom.md @@ -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)