Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GetCryptoPrice_az_function

An Azure Powershell function that calls the free public CoinGecko API to pull data back vi an http trigger. At the moment, this code will only run locally using Azure Development tools.

Pre-requisites For Local Development Setup

Running this function locally

Clone this repo

From the root of the repo run:

func start

Call this function using curl or in a browser by going to:

http://localhost:7071/api/GetCryptoPrice

The default crypto currency is bitcoin, but other coins can be requested using the coin attribute like:

http://localhost:7071/api/GetCryptoPrice?coin=ethereum

About

An Azure Powershell function that calls the free public CoinGecko API to pul data back vi an http trigger.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages