GitXplorerGitXplorer
J

iot-dashboard-functions

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

IoT-Dashboard-Functions

Backend Azure Function for retrieving exchange rate, stock price, and weather information used in iot-dashboard.

Forex and stock data from twelvedata, weather data from OpenWeatherMap.

Requirements

  • Active Azure subscription to deploy to Azure Functions

Running Locally

  1. git clone this repo
  2. Fill in twelvedata and OpenWeatherMap API keys in local.settings.json
  3. Code and test Azure Function locally

Deploying to Azure

  1. Publish to Azure
  2. Upload API keys to Application Settings