Ride With The Wind
RideWithTheWind is made by me, Rouke de Jong. The idea is to
have a single page where you can create cycling routes with
a tailwind on the way back or a route along the wind vector.

Technical setup

I'm using Ruby Sinatra as a REST api for weather (current and
forecast) API abstraction, route waypoint creation and route
creation API abstraction.
JQuery for a-sync API calls and several Google Maps API's.

Weather

Currently I use openweather as default, global weather provider.

Routing

A default, global routing provider I'm using Cyclestreets.net.
Excellent API, very nice routes!
For issues, I refer to the RWTW Jira.