/IF2211-Algorithm_Strategies-Pattern_Matching

A simple web app that searches a Twitter user's timeline for the occurrence of spam tweets.

Primary LanguagePHP

IF2211 - Algorithm Strategies - Pattern Matching

Running

Upon the first time running the app, you should change the script's permission like this:

$ sudo chmod +x run.sh

To start the app, run:

$ ./run.sh

Then, open http://localhost:4444/ from your browser.