Skip to content

A basic powershell CLI tool to grab current Crypto prices using Coinmarketcap

Notifications You must be signed in to change notification settings

MikeDoesStuff/CoinTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoinTerminal

Description

A basic powershell CLI tool to grab current Crypto prices using Coinmarketcap

Note: This is my first attempt at Powershell Scripting

Using the Script

Set your API key using the following command:

$Env:CMC_API_KEY  = "APIKEYHERE"

To get prices:

.\cointerminal.ps1 [SYMBOL] [FIAT]

Or:

.\cointerminal.ps1 #Run the script and enter parameters as prompted
Input Coin symbol: 
Input the Fiat name: 

You can get a key here: https://pro.coinmarketcap.com/account

To Do

  • Use Env variables
  • Allow for Command Line Arguments
  • Allow for full token name aswell as symbol
  • Add options to see price change for over past 1d/1w/1M

About

A basic powershell CLI tool to grab current Crypto prices using Coinmarketcap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published