aofdev / vscode-cointy

Welcome to Cointy, a vs code extension for checking cryptocurrency prices as you code.

Home Page:https://marketplace.visualstudio.com/items?itemName=aofdev.cointy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode logo

Cointy

Welcome to Cointy, a vs code extension for checks cryptocurrency prices as you code.

Linter Release and Publish

vscode-cointy

Features ✨

  • Top 100 Crypto Coins by Market Capitalization.
  • Using CoinGecko and CoinMarketCap to retrieve the current cryptocurrency prices.

Customization 🎨

You can customize using CoinMarketCap API for the cointy extension settings.

// Specify your CoinMarketCap API key
"cointy.coinmarketcap.apiKey": "YOUR_API_KEY"

How to run locally πŸ§‘β€πŸ’»

  1. Open VS Code
  2. npm install installation packages
  3. npm run watch interactive watch mode to automatically transpile source files
  4. F5 to start debugging

Contributing πŸ“–

This project welcomes contributions and suggestions. Please go through the Contributing Guide in the new repository.

Icons

License

MIT

About

Welcome to Cointy, a vs code extension for checking cryptocurrency prices as you code.

https://marketplace.visualstudio.com/items?itemName=aofdev.cointy

License:MIT License


Languages

Language:TypeScript 100.0%