Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeybab3/simple-weather-query
A simple weather query script that echoes based on what the weather for your area is.
https://github.com/joeybab3/simple-weather-query
Last synced: 24 days ago
JSON representation
A simple weather query script that echoes based on what the weather for your area is.
- Host: GitHub
- URL: https://github.com/joeybab3/simple-weather-query
- Owner: joeybab3
- Created: 2014-05-08T02:29:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-24T20:46:55.000Z (over 5 years ago)
- Last Synced: 2023-09-20T06:58:33.368Z (about 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple Weather Query in php.
====================**Note literally none of this works anymore
A simple weather query script that echoes based on what the weather for your area is. Originally based off of https://gearside.com/make-it-rain-let-it-snow-query-weather-with-php/
v0.3:
1. Made compatible for my wordpress theme
2. Commented to make more readable
3. lots more changes...
v0.2:
1. Made compatible with Subins logsys.
2. Fixed Simplexml errors.
**Read(NOT NEEDED ANYMORE, USE ONLY FOR OLD SCRIPT)
Go to https://w1.weather.gov/xml/current_obs/seek.php?state=ca&Find=Find ,
to get your url, click on the xml link, and copy it. Replace $url with your url. That's it!!