Skip to content

sc0rpi0n/twitter-map-project

Repository files navigation

twitter-map-project

Mapping tweets to a Map

Installation:

  1. Make sure you have installed Composer and Laravel Framework version 5.2.32
  2. Rename the ".env_sample" to ".env"
  3. Run command "php artisan key:generate" to generate new application key
  4. Add the database information in the new ".env" file
  5. Browse to the folder with composer.json and run "composer install" command to install all dependency vendors in command line
  6. Run "php artisan migrate" to create the database tables.

Customization:

To change the radius of tweet search for the search location , set the tweet_radius in config/customsettings.php file to desired radius.

To change the cache time , set the cache_hour in config/customsettings.php file to desired number or hours.

About

Mapping tweets to a Map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages