Netlify HERE Demo

This app demonstrates using HERE services via serverless functions hosted on a static site. Enter a starting destination and final destination in the fields below. The app will then find the weather at both locations as well as determine a route between them.

I'm gathering your data now, please stand by!

Results

The weather at your starting location is {{ weatherStart.description }} with a low of {{ weatherStart.lowTemperature }} and a high of {{ weatherStart.highTemperature }}.

The weather at your destination is {{ weatherEnd.description }} with a low of {{ weatherEnd.lowTemperature }} and a high of {{ weatherEnd.highTemperature }}.

Your route will take {{ summary.duration | formatSeconds }} and cover {{ summary.length | formatDistance }}: