{#if !$location}

Coming Soon

{:else if $location} {#await getNearestStations()}

Fetching Location

{:then stations}
{#each stations as station} {station.NLCDESC} - {station.miles}mi {/each}
{:catch err}

Error: {err.message}

{/await} {/if}