├── README.md ├── examples └── marineWeatherOnShipRoute.html ├── screenshots └── expectedweather.jpg ├── script └── weatherFromMap.js └── testing └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paarthneekhara/Weather-From-Map/HEAD/README.md -------------------------------------------------------------------------------- /examples/marineWeatherOnShipRoute.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paarthneekhara/Weather-From-Map/HEAD/examples/marineWeatherOnShipRoute.html -------------------------------------------------------------------------------- /screenshots/expectedweather.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paarthneekhara/Weather-From-Map/HEAD/screenshots/expectedweather.jpg -------------------------------------------------------------------------------- /script/weatherFromMap.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paarthneekhara/Weather-From-Map/HEAD/script/weatherFromMap.js -------------------------------------------------------------------------------- /testing/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/paarthneekhara/Weather-From-Map/HEAD/testing/index.html --------------------------------------------------------------------------------