Skip to content

dwrensha/acronymy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
David Renshaw
Jan 7, 2017
10160e0 · Jan 7, 2017
Aug 21, 2015
Jan 7, 2017
Jan 7, 2017
Jan 7, 2017
Apr 11, 2014
Jan 15, 2016
Nov 1, 2015
Aug 22, 2015
Aug 22, 2015
Aug 22, 2015
Nov 1, 2015
Aug 22, 2015

Repository files navigation

Acronymy

Acronymy is a free dictionary that anyone can edit. There is one catch: all words must be defined as acronyms. For example, "cat" might be defined as "cuddly adapted tiger" and "dog" might be defined as "dutiful obedient guardian".

Try it on Sandstorm

Acronymy is written in Rust and can be deployed as a web app on the Sandstorm platform.

Building

Make sure that you have Cap'n Proto installed.

You must supply your own word list.

$ cargo build --release
$ ./target/release/initdb data.db < words.txt
$ spk dev