From 92014af335c36a20dcbb712c83490228bb66fae8 Mon Sep 17 00:00:00 2001 From: MannyCano_ <38194701+TheManik@users.noreply.github.com> Date: Sun, 11 Oct 2020 20:46:23 -0400 Subject: [PATCH] Create README.md --- weather_text/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 weather_text/README.md diff --git a/weather_text/README.md b/weather_text/README.md new file mode 100644 index 0000000..7e650eb --- /dev/null +++ b/weather_text/README.md @@ -0,0 +1,28 @@ +# WeatherTextApp +Using Twilio & Openweather API + +## Table of contents +* [General info](#general-info) +* [Technologies](#technologies) +* [Setup](#setup) + +## General info +This project is a simple Weather App that sends you a text according to the location specified. + +## Technologies +Project is created with: +* Twilio +* OpenWeather + + +## Setup +To run this project, git pull into a directory and run the script. +Setup a Cron job if you want it to run every Morning before you wake up, just remember to hard-code: +* Zip Code +* Region +* From Number +* To Number + +``` +$ python3 weatherapp.py +```