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
- Host: GitHub
- URL: https://github.com/hauntedhost/formal.cljs
- Owner: hauntedhost
- Created: 2015-04-21T16:11:56.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T21:14:23.000Z (about 11 years ago)
- Last Synced: 2023-05-15T04:04:25.849Z (about 3 years ago)
- Language: Clojure
- Homepage:
- Size: 623 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.