nikyq / lz77-compression-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Deploy

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

About


Languages

Language:JavaScript 91.5%Language:HTML 4.7%Language:Makefile 3.8%