idaslam / weather
Weather module for anax
v2.0.0
2020-12-01 16:30 UTC
Requires
- anax/anax-cli: ^1.2
Requires (Dev)
- php: ^7.2
- phpunit/phpunit: ^7
README
idaslam/weather
Installation
Run composer require idaslam/weather.
Usage
Require the module via namespace idla/Weather and create a new instance of Weather(). This will include a class with methods, start with the method init($lon, $lat). Then methods like getWeek() and getHistory() will work.