https://github.com/santik/testassignment.twitter
Simple twitter application to calculate tweet reach based on twitter api and laravel
https://github.com/santik/testassignment.twitter
Last synced: 10 months ago
JSON representation
Simple twitter application to calculate tweet reach based on twitter api and laravel
- Host: GitHub
- URL: https://github.com/santik/testassignment.twitter
- Owner: santik
- Created: 2017-04-12T13:57:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T18:48:30.000Z (over 8 years ago)
- Last Synced: 2025-01-14T01:09:55.461Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 666 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter application
To get dependencies run:
php composer.phar install
To run tests:
php composer.phar exec phpunit
To run it you can use build-in webserver:
cd public
php -S localhost:8000
Then run application by url
http://localhost:8000/