lz77-compression-demo

Stars
7
Committers
2

LZ77 Compression Demo

A demo which highlights the compressed texts by LZ77 algorithm a realtime stream on Twitter.

How to use

Please prepare a Twitter access token.

Heroku

Custom

Set the environment variables and start your server.

$ cat .env
TWITTER_CONSUMER_KEY=xxxxxxxxxx
TWITTER_CONSUMER_SECRET=xxxxxxxxxx
TWITTER_TOKEN=xxxxxxxxxx
TWITTER_TOKEN_SECRET=xxxxxxxxxx
$ npm install
$ env $(cat .env | xargs) npm start

License

MIT