Eilon / AirQualityApps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C# 39.4%Language:HTML 29.5%Language:CSS 17.1%Language:Bicep 11.1%Language:JavaScript 2.9%