Skip to content

Instantly share code, notes, and snippets.

View nialdarbey's full-sized avatar

Nial Darbey nialdarbey

View GitHub Profile
[
"Clear sky",
"Cloudy"
]
[
{
precipitation: "None",
windSpeed: {
unit: "mps",
measure: "4.6",
description: " Light Breeze"
},
temperature @(
unit: "celsius"
{
precipitation: "None",
windSpeed: {
unit: "mps",
measure: "4.6",
description: " Light Breeze"
},
temperature @(
unit: "celsius"
): "20",
{
precipitation: "None",
windSpeed: {
unit: "mps",
measure: "4.6",
description: " Light Breeze"
},
temperature @(
unit: "celsius"
): "20",
[
{
"Date": "2007-11-6",
"Sunshine": "8.2",
"MaxWindSpeed": "44"
},
{
"Date": "2007-11-7",
"Sunshine": "8.4",
"MaxWindSpeed": "43"
[
{
Date: "2007-11-6",
Sunshine: "8.2",
MaxWindSpeed: "44"
},
{
Date: "2007-11-7",
Sunshine: "8.4",
MaxWindSpeed: "43"
Date Sunshine MaxWindSpeed
2007-11-6 8.2 44
2007-11-7 8.4 43
2007-11-8 4.6 41
{
weatherdata: {
location: {
name: "San Francisco",
country: "US"
},
forecast: {
time @(to: "2015-08-22T21:00:00", from: "2015-08-22T18:00:00"): {
precipitation: "None",
windSpeed: {
<weatherdata>
<location>
<name>San Francisco</name>
<country>US</country>
</location>
<forecast>
<time from="2015-08-22T18:00:00" to="2015-08-22T21:00:00">
<precipitation>None</precipitation>
<windSpeed>
<unit>mps</unit>
<oauth2-provider:config
name="oauth2Provider"
providerName="weatherProvider"
supportedGrantTypes="RESOURCE_OWNER_PASSWORD_CREDENTIALS"
port="8083"
authorizationEndpointPath="authorize"
accessTokenEndpointPath="accessToken"
resourceOwnerSecurityProvider-ref="security-provider"
scopes="READ WRITE" doc:name="OAuth provider module">
<oauth2-provider:clients>