Skip to content

💱 A CLI app that returns prices of Crypto, NFTS, and Stocks.

License

Notifications You must be signed in to change notification settings

inuoshios/price-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Price (WIP)

Go Reference build

Price is a CLI application that helps you display real time prices of Crypto/NFTs directly in your terminal.

This project was implemented in Golang using the Cobra Framework

Installation

Download the binary file from here

For Windows

  • Add the installation folder to your environment variable
  • Open your terminal (Tested on git bash, it works on other windows terminals too)
  • Run the price command, it'll generate the list of available commands
Available Commands:
  crypto      Generates real-time information on different crypto prices 🚀
  nft         Generates over a thousand list of NFTs, and it is blazingly fast
  stocks      Generate details of a particular stock price based on the input given to it

The command below will genrate the list of NFTs - you can use both

price nft
price n

This command will generate the prices of Cryptocurrency

price crypto
price c

To get the Price of a specific stock on the stock market, the command below can be used to generate it

price stocks --abbreviation {stockabbreviation eg: GME TSLA MSFT}
price s -a {stockabbreviation eg: GME TSLA MSFT}

Contribution

If you find an issue, or would like to submit an improvement to this project, please submit an issue here. If you would like to submit a Pull request, please reference your issue or the issue you intend to fix.

License

This project is under the MIT License. See the License file for the full license text.