This is a Simple Twitter app providing two services.
-
Get any user's recent tweets upto 20 tweets.
-
Get a List of common users that Two users follow.
- Clone the github repository "https://github.com/SelvaValluvan/projectTilt.git"
git clone https://github.com/selvavalluvan/projectTilt.git
- Inside the folder created, install dependencies using CPAN or apt-get.
chmod +x ./installdep.sh ./installdep.sh
Most of them are Dancer dependencies.
- To run locally execute the app.pl file inside bin.
perl ./bin/app.pl
-
In the browser, go to localhost:3000.
-
Enjoy the app !!
It is available in https://evening-eyrie-8562.herokuapp.com/
- Navigate to the application folder
In command line : 2) heroko login
-
git init
-
git add .
-
git commit -a -m "My app on Heroku"
-
heroku create --stack cedar --buildpack https://github.com/miyagawa/heroku-buildpack-perl.git
-
git push heroku master
It will start deploying the app and dependencies and will give you a appid like a URL at the end and that is the public URL.
I am not too good at HTML and CSS stuffs. But I tried. Pardon me for bad frontend. Please comment on the code and the application. Let me know if any details are needed.
Thanks.