Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Last active September 5, 2015 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nialdarbey/b613730f9c807cb6b277 to your computer and use it in GitHub Desktop.
Save nialdarbey/b613730f9c807cb6b277 to your computer and use it in GitHub Desktop.
.*time .*time.windSpeed .*time.windSpeed.description
[
  {
    precipitation: "None",
    windSpeed: {
      unit: "mps",
      measure: "4.6",
      description: 
        " Light Breeze"
    },
    temperature @(
      unit: "celsius"
    ): "20",
    clouds: "Clear sky"
  },
  {
    precipitation: "Drizzle",
    windSpeed: {
      unit: "mps",
      measure: "6.2",
      description: " Gusty"
    },
    temperature @(
      unit: "celsius"
    ): "18",
    clouds: "Cloudy"
  }
]
[
  {
    unit: "mps",
    measure: "4.6",
    description: 
      " Light Breeze"
  },
  {
    unit: "mps",
    measure: "6.2",
    description: " Gusty"
  }
]
[
  " Light Breeze",
  " Gusty"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment