https://github.com/juxt/fuzz
Example ClojureScript Project that happens to wrap Slack
https://github.com/juxt/fuzz
Last synced: 5 months ago
JSON representation
Example ClojureScript Project that happens to wrap Slack
- Host: GitHub
- URL: https://github.com/juxt/fuzz
- Owner: juxt
- License: epl-1.0
- Created: 2015-09-06T14:18:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T07:44:39.000Z (over 10 years ago)
- Last Synced: 2025-07-29T14:44:59.284Z (6 months ago)
- Language: Clojure
- Homepage:
- Size: 215 KB
- Stars: 9
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fuzz
Sample minimalist ClojureScript project using Google Material Designs.
Has handlers demonstrating a range of tech from the ClojureScript ecosystem.
+ Basic Ring/HttpKit, ClojureScript integration
+ Figwheel
+ cljsbuild
+ js interopt
+ Dommy
+ Hiccups
+ Mustache.js
+ Core.Async
+ Om/React
+ clj-http
+ Server sent events
## Usage
Fire up figwheel:
`rlwrap lein figwheel`
Repl in, do
`(dev)`
`(reset)`
Visit port 8080.
Expose `:slack-token` via environ to run the Slack functionality.
Run `(send-msg "foo")` from the REPL to send a message to the #ldnclj channel.
## License
Copyright © 2015 JUXT LTD.
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.