Create README.md

This commit is contained in:
MannyCano_ 2020-10-11 20:46:23 -04:00 committed by GitHub
parent 59a294dc2b
commit 92014af335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
weather_text/README.md Normal file
View File

@ -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
```