Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 831 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 831 Bytes

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