SkillAgentSearch skills...

Powershell Azure Function Stockdata

PowerShell Azure Function for displaying stock information

Install / Use

npx skills add dfinke/powershell-azure-function-stockdata

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Powershell Azure Function Stock Data

Stock Data + an Interactive Grid - data and web page served from PowerShell Azure Functions.

Try the version deployed in Azure https://powershell-stockdata.azurewebsites.net/api/StockDataView

Check out Awesome Powershell Azure Functions

Some Prerequisites

  • You need am IEX token, setup one here https://iexcloud.io/docs/api/#introduction
    • set "IEXToken" in local.settings.json for local testing and in the Application Settings in the Azure portal.
  • Install .NET Core SDK 2.2+ (required by Azure Functions Core Tools and available on all supported platforms).
  • Install version 2.x of the Azure Functions Core Tools.

How To Run

  1. git clone https://github.com/dfinke/powershell-azure-function-stockdata.git
  2. cd powershell-azure-function-stockdata
  3. func start --cors *
  4. Paste into a browser http://localhost:7071/api/StockDataView

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

PowerShell

Security Score

70/100

Audited on Aug 20, 2022

No findings