Welcome to the spotwx service.  This service provides a REST API to the spotwx.com service.

Usage:
GET / - this message
POST to /getForecast with the following properties in the body:
       lat: 60.1'
       lon: -112.1'
       model: 'gfs'
       tz: 'America/Yellowknife'
       format: 'prometheus'
POST /getForecastInventory with the following properties:
        lat: 60.1'
        lon: -112.1'
        tz: 'America/Yellowknife'