Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jeverhart383/weatherapi
- Owner: JEverhart383
- Created: 2015-01-16T02:48:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-16T02:50:52.000Z (almost 10 years ago)
- Last Synced: 2024-11-05T20:11:31.083Z (2 months ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.