A simple script that informs users via sms every morning whether or not they need to wear a jacket. Will be deployed on a VPS (probably AWS EC2) once complete.
-
Twilio - cloud communications PaaS that allows developers to programmatically make and receive phone calls, send and receive text messages, and perform other communication functions using its web service APIs.
-
Yahoo Weather API - provides weather data, including current weather data, forecasts, and historical data to the developers of web services and mobile applications.
-
Amazon EC2 - a VPS provided by Amazon AWS
-
yweather - yweather is a Python module that provides an interface to the Yahoo! Weather RSS feed.
-
weather-api - a Python wrapper for the Yahoo Weather API.
- Richard Red - SMS functions, intial weather API usage - richardred
- Sam Tubb - advanced weather stuff - sam0s
This project is licensed under the MIT License - see the License file for details