Skip to content

An Alexa skill that fetches air quality data for Brighton and Hove

License

Notifications You must be signed in to change notification settings

alexandrenicol/brighton-pollution-alexa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brighton-pollution-alexa

An Alexa skill that fetches air quality data for Brighton and Hove

Intent schema

{
  "intents": [
    {
      "intent": "FetchAirQuality"
    },
    {
      "intent": "AMAZON.HelpIntent"
    },
    {
      "intent": "AMAZON.StopIntent"
    },
    {
      "intent": "AMAZON.CancelIntent"
    }
  ]
}

Sample utterances

FetchAirQuality what is the air quality

FetchAirQuality give me the current air quality

FetchAirQuality what is the pollution

FetchAirQuality for the air quality

FetchAirQuality for the air pollution

FetchAirQuality the pollution

FetchAirQuality the air quality

FetchAirQuality what is the air pollution

Data

http://www.londonair.org.uk/LondonAir/API/

About

An Alexa skill that fetches air quality data for Brighton and Hove

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published