/AirQualityApps

Primary LanguageC#MIT LicenseMIT

AirQualityApps

AQI apps built with .NET built on Azure Functions for Blazor, Microsoft Teams, and Chat Commands in Microsoft Teams!

Get API keys for:

Create a local.settings.json with the following info and your API Keys:

{
  "IsEncrypted": false,
  "Values": {
    "AzureWebJobsStorage": "UseDevelopmentStorage=true",
    "FUNCTIONS_WORKER_RUNTIME": "dotnet",
    "AQI_API_KEY": "",
    "MAPS_API_KEY": ""
  }
}

Learn more about Teams development at https://aka.ms/teams-toolkit-vs