I wanted to make the https://instantdomainsearch.com version of http://etymonline.com/.
~10mb minified for 40k words including definitions.
See http://experiments.oskarth.com/etym for more.
./scripts/release
./scripts/deploy
Hook in and run (start!) and (handle-events!) in a Clojure REPL. Separately, start a shell and run lein figwheel for Clojurescript browser repl.
Go to http://localhost:3449/ to connect to the Clojurescript REPL.
Gotcha: Something something auto-loading. If you do the above and run (chsk-send! [:some/text "foo"]) in Figwheel it works.
- Fuzzy substring matching?
- Nicer CSS?
- Autocomplete? (https://github.com/reagent-project/reagent-cookbook/blob/master/recipes/autocomplete/src/cljs/autocomplete/core.cljs)
Actual etymologies:
;; © 2001-2015 Douglas Harper ;; http://etymonline.com ;; ;; Note that this dictionary is a worse version (downsampled) of the ;; official etymonline dictionary. It thus contains mistakes and ;; omissions as a result of that process.
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.