Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeverhart383/weatherapi

This project is a NodeJS project that takes an address, makes a call to the Google Maps geocode API, returns a lat/long which populates a call to the weather forecast API at http://forecast.io. Right now you have to run it through the command line.
https://github.com/jeverhart383/weatherapi

Last synced: 14 days ago
JSON representation

This project is a NodeJS project that takes an address, makes a call to the Google Maps geocode API, returns a lat/long which populates a call to the weather forecast API at http://forecast.io. Right now you have to run it through the command line.

Awesome Lists containing this project

README

        

# WeatherAPI
This project is a NodeJS project that takes an address, makes a call to the Google Maps geocode API, returns a lat/long which populates a call to the weather forecast API at http://forecast.io. Right now you have to run it through the command line.

Looking to create error handling, deconstruct Google Maps API url construction to hook up to HTML form fields later. Need to dig into parsing and cleaning useful parts of forecast JSON and feed into UI.