POSSA / freepbx-weather-by-zip

FreePBX module, reads back weather forcast from dtmf zip code input
4 stars 5 forks source link

Update NOAA information retrieval to use API instead of HTML scraping. #25

Open lgaetz opened 11 years ago

lgaetz commented 11 years ago

See this project:

https://github.com/jhitesma/PHP-NOAA-Weather

Instead of screen scraping the NOAA website, use the class defined above to get info. Class requires the latitude and longitude which is already in the sql database.

Rough steps required: