An API to find out if it is shorts weather tomorrow at a particular location.
Just call http://shorts-weather.herokuapp.com/shorts-weather?lat=[enter latitude]&long=[enter longitude] to get a JSON response with location address and if it will be shorts weather there tomorrow.
If you don't want to use the api you can visit shorts-weather.herokuapp.com to find out if it is shorts weather tomorrow where you are.
- Write some tests of course.
- Check if it is shorts weather today.
- Add an email notifcation system to let you know if it will be shorts weather for a set location.
- Add a search field instead of just using your current location and a way to switch between the two.