antonio-salieri/egc_tweet

Tweet previewer

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

2.0.0 2015-02-27 21:32 UTC

This package is not auto-updated.

Last update: 2024-04-17 05:26:38 UTC


README

This is simple ZF2 application which shows last five user tweets.

To install from composer type the following command:

php composer.phar create-project -sdev "antonio-salieri/egc_tweet" <path/to/project/directory>

After that you should create file "egctweet.local.php" in "config/autoload" directory, and put Twitter application access keys. As example for creating "egctweet.local.php" file look at "config/autoload/egctweet.local.php.dist" file.

If you haven't created Twitter app yet go to https://apps.twitter.com and create one, then put keys for application access in "config/autoload/egctweet.local.php" file.