2017 © Pedro Peláez
 

library weather

Classes for a weather widget

image

infa16/weather

Classes for a weather widget

  • Tuesday, October 11, 2016
  • by infa16
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

CWeather

Travis Badge Scrutinizer Code Quality Code Coverage, (*1)

Introduction

CWeather is a class for generating a weather-module that can be implemented on whatever website you desire. It can be used with Anax-MVC but it is not dependent on it., (*2)

License

This software is free software and carries a MIT license., (*3)

How to install

To install the package, add the row below to your composer.json file:, (*4)

"require": {
   "infa16/weather": "dev-master"
}

To add CWeather, the easiest way is to initialize it when/where you need it:, (*5)

$weather = new \infa16\Weather\CWeather("<appid>", "<city>");
$html = $weather.view();

How to use

You have to sign in and get a valid appid from http://openweathermap.org/ before you can use the service. When you have done that you also need to set the city you want to get the weather-report from., (*6)

You can use the module with or without the css-file., (*7)

The Versions

11/10 2016

dev-master

9999999-dev

Classes for a weather widget

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Ingrid Bergman

micro html module education

11/10 2016

v3.0

3.0.0.0

Classes for a weather widget

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Ingrid Bergman

micro html module education

10/10 2016

v2.0

2.0.0.0

Classes for a weather widget

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

by Ingrid Bergman

micro html module education

08/10 2016

v1.0

1.0.0.0

Classes for a weather module

  Sources   Download

MIT

The Requires

  • php >=5.4

 

by Ingrid Bergman

micro html module education