Twitter Weather Bot A simple weekend project Setup and Serve # install dependencies composer install # serve at localhost:8000 php -S localhost:8000 -t public