PHP Classes

File: config/weather.json.example

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   config/weather.json.example   Download  
File: config/weather.json.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 5 days ago
Size: 960 bytes
 

Contents

Class file image Download
{ "title": "Pacific Northwest Weather Report", "coverage_area": "British Columbia & Pacific Northwest", "api_key": "your_openweathermap_api_key_here", "locations": [ { "name": "Vancouver", "lat": 49.2827, "lon": -123.1207 }, { "name": "Victoria", "lat": 48.4284, "lon": -123.3656 }, { "name": "Seattle", "lat": 47.6062, "lon": -122.3321 }, { "name": "Portland", "lat": 45.5152, "lon": -122.6784 }, { "name": "Kelowna", "lat": 49.8880, "lon": -119.4960 }, { "name": "Prince George", "lat": 53.9171, "lon": -122.7497 } ], "settings": { "api_timeout": 10, "max_locations": 10, "units": "metric" } }