sharkey97 / weatherfromip
A package to get weather data based off an inputted IP location
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/sharkey97/weatherfromip
Requires
- guzzlehttp/guzzle: ^7.7
This package is not auto-updated.
Last update: 2025-12-30 19:48:53 UTC
README
This is a package utilising multiple APIs to retrieve a weather forecast based on the inputted IP addresss. It can be installed via composer and both the weather and location data can be accessed seperarely. The package also provides a basic view with the URL: "http://localhost:8888/forecast/122.62.248.72".
Working Example
An example of this package being used is available in the following repo: https://github.com/sharkey97/weather-app