https://github.com/andreacrotti/h4ck3r
https://github.com/andreacrotti/h4ck3r
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreacrotti/h4ck3r
- Owner: AndreaCrotti
- Created: 2015-12-20T11:45:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-22T22:17:55.000Z (about 10 years ago)
- Last Synced: 2025-02-01T08:31:02.501Z (11 months ago)
- Language: Clojure
- Size: 78.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# h4ck3r
[](https://travis-ci.org/AndreaCrotti/h4ck3r)
Encode strings in shorter but still readable sentences, send funny
coded messages or tweets.
Only one endpoint is probably necessary:
- POST which contains the message and the strategy
## Possible strategies to use
- no vowels
- cut word (variable or fixed size)
- synonym finder for shorter words (integrate with an existing dictionary)
- the return string should also contain the MAP with the generated things
## TODOS
- integrate with the twitter API to shorten tweets even more
- generate suggestions on tweets to shorten words by leaving the meaning
## Prerequisites
You will need [Leiningen][] 2.0.0 or above installed.
[leiningen]: https://github.com/technomancy/leiningen
## Running
To start a web server for the application, run:
lein ring server
## License
Copyright © 2015 FIXME