GitXplorerGitXplorer
J

iot-dashboard-functions

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0c595f78f8433659a19f8c61c3622b9339ebe04f

Update to .NET Core 3.1

JJeffreyCA committed 5 years ago
Unverified
3f16b999feb5ee989a5f40fc6957d727ffafbe34

Add LICENSE

JJeffreyCA committed 5 years ago
Unverified
5175bc83fe6c8ec6d46c804bf81f2805c431e809

Add local.settings.json and README

JJeffreyCA committed 5 years ago
Unverified
477e5c5a2f8865c3204fb7d1e9b203c42a59abb9

Retrieve low/high temperatures

JJeffreyCA committed 5 years ago
Unverified
6f53d7d658e41506a53d12dd6ad92ee84a13e09e

Update .gitignore

JJeffreyCA committed 5 years ago
Unverified
89c0d7f07d01603e2d64b860aee23caf64d48e13

Create Azure Function to retrieve forex, stock, and weather information

JJeffreyCA committed 5 years ago

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