A ruby sinatra app that finds the current temperature in London and provides you with a suitable recipe.
Hosted here
The app uses the OpenWeatherAPI to find the current temperature, which is then split into five groups from super cold to boiling hot and takes a random recipe from a predetermined selection. Refreshing the page returns a different recipe.
- Allow the user to enter their own location for current temp
- Scrape website for recipes containing keywords
- Refactor, refactor, refactor!