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

https://github.com/hauntedhost/formal.cljs

Experiment with form submission in ClojureScript
https://github.com/hauntedhost/formal.cljs

Last synced: 11 months ago
JSON representation

Experiment with form submission in ClojureScript

Awesome Lists containing this project

README

          

### formal

First ClojureScript experiment.

### Humble goals:
1. Intercept a form submission
2. Get name/value pairs from inputs with `x_` prefix in name
3. Zip name/value pairs into a delicious hash
4. ?
5. profit

### Getting started:
```bash
$ lein cljsbuild auto dev
$ pushd resources/public; python -m SimpleHTTPServer; popd
$ open http://localhost:8000
```

#### License

Released under the MIT license.