Application that alerts with push notifications to sunscribed users about rain forecast for the day.
Drenched myslef on the way back to home and was waiting for rain to stop, which made me to think of this app, although it could have been achieved with IFTT, considering issues with IFTT had to implement this.
-Spring Boot
-APIs from Accuweather and DarkSky
-OneSignal for Push Notifications
Built with
-Sends out the alert in the morning if the forecast is positive for rain
-Light weight as no installation as such
-Clone the repo
-Run the app locally with mvn spring-boot:run
https://accuweather.com
https://darksky.net/
##Deployment Currently deployed in Heroku at http://notify-if-rains.herokuapp.com/ Following are the services supported
- GET /weather/forecast/accu
- GET /weather/forecast/darksky
- GET /weather/predict
Visit
http://nammabagalkot.in/rainalerts
and subscribe to push notifictaions, you will start getting alerts everyday.
Note: Currently Bangalore,IN is set as default location in application.properties file.