Simple Application to retrieve results from Twitter and Wikipedia passing a query as parameter
- Improvement and refactoring of code on results_search.html
- Add ‘limit results those near me’ option
- Vagrant 1.7.x or greater
- Run the following command to setup virtual environment (it may take a while the first time)
vagrant up
- When the virtual environment is ready, establish a connection with the following command
vagrant ssh
To ensure the project quality, you must run the following script before every commit and make sure no problems were detected
sh tests.sh