An open API service indexing awesome lists of open source software.

https://github.com/andreacrotti/h4ck3r


https://github.com/andreacrotti/h4ck3r

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# h4ck3r

[![Build Status](https://travis-ci.org/AndreaCrotti/h4ck3r.png)](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