Skip to content

alexa-airly is an AWS Lambda function, which can empower your Alexa skill to provide air quality report!

Notifications You must be signed in to change notification settings

hjnowakowski/alexa-airly

Repository files navigation

Welcome to airly-alexa 👋

Twitter: hjnowakowski

AWS Lambda function that acts as a backend for Alexa Skill that provides information about air pollution. It's based on current device's (alexa) location.

Prerequisites

  • AWS account
  • AWS CLI provided by Amazon
  • NPM
  • Alexa developer account
  • Airly API key

Install

npm install

In order to upload code you can zip it and then send to AWS via CLI. You can do that with the following commands:

Deploy

rm lambda.zip # if already exist

zip -Xr lambda.zip .

aws lambda update-function-code --function-name <FUNCTION-NAME> --zip-file fileb://lambda.zip; # you need to have an account and be logged in

Author

👤 Henryk Nowakowski

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

alexa-airly is an AWS Lambda function, which can empower your Alexa skill to provide air quality report!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published