An open API service indexing awesome lists of open source software.

https://github.com/reynaroyce12/rain-alerter

Rain alerter project using open weather map and Twilio API ✉️
https://github.com/reynaroyce12/rain-alerter

dotenv openweathermap python3 twillio-api

Last synced: 10 months ago
JSON representation

Rain alerter project using open weather map and Twilio API ✉️

Awesome Lists containing this project

README

          

# Rain Alerter

The project sends SMS alerts if rain is in forecast in the given latitude and longitude for the next 12 hours 🌧️

Prerequisites

Open weather map account
https://openweathermap.org/api

Twillio account
https://www.twilio.com/

Usage

Get the api key from open weather map, accound sid and auth token from twillio SMS API from the logged in account.

Latitude and longitude finder: https://www.latlong.net/

To configure the development environment, install the packages using ```pip install``` add a ```.env``` in the root directory of the project for storing the credentials 🔧