This commit is contained in:
Michiel Borkent 2020-03-28 14:40:45 +01:00
parent 34f58c554e
commit 6ab803f10c

View file

@ -1130,14 +1130,14 @@ Your command line args: (1 2 3)
(into-array CopyOption []))) (into-array CopyOption [])))
``` ```
### Notes webapp ### Note taking app
See See
[examples/notes.clj](https://github.com/borkdude/babashka/blob/master/examples/notes.clj). This [examples/notes.clj](https://github.com/borkdude/babashka/blob/master/examples/notes.clj). This
is a variation on the is a variation on the
[http-server](https://github.com/borkdude/babashka/#tiny-http-server) example. [http-server](https://github.com/borkdude/babashka/#tiny-http-server) example.
<img src="assets/notes-example.png"> <img src="assets/notes-example.png" width="400px">
## Thanks ## Thanks