https://github.com/mrdotparasyte/vscode-coinpeep
A vscode extension for help to take a quick peep of cryptocurrency prices as you code.
https://github.com/mrdotparasyte/vscode-coinpeep
binance binance-api coin coingecko coingecko-api coinmarketcap coinmarketcap-api crypto cryptocoin cryptocoins cryptocurrency huobi huobi-api okex okex-api ticker vscode vscode-extension
Last synced: 3 months ago
JSON representation
A vscode extension for help to take a quick peep of cryptocurrency prices as you code.
- Host: GitHub
- URL: https://github.com/mrdotparasyte/vscode-coinpeep
- Owner: mrdotparasyte
- License: bsd-3-clause
- Created: 2022-02-20T15:43:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T12:02:59.000Z (over 3 years ago)
- Last Synced: 2025-04-25T04:35:32.580Z (7 months ago)
- Topics: binance, binance-api, coin, coingecko, coingecko-api, coinmarketcap, coinmarketcap-api, crypto, cryptocoin, cryptocoins, cryptocurrency, huobi, huobi-api, okex, okex-api, ticker, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.23 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# README
Coinpeep
A vscode extension for help to take a quick peep of cryptocurrency prices as you code.

## Installation
via [Marketplace](https://marketplace.visualstudio.com/items?itemName=amovane.coinpeep)
## Features ✨
- Using [CoinGecko](https://www.coingecko.com/) and [CoinMarketCap](https://coinmarketcap.com/) to fetch cryptocurrency prices.
- Display top 100 coins on sidebar.
- Display the most concerned coins on statusbar.
## Extension Settings ⚙️
- `coinpeep.coinmarketcap.apiKey` : your coinmarketcap api key, please apply on https://pro.coinmarketcap.com/
- `coinpeep.refreshInterval` : interval for refresh cryptocurrency prices
- `coinpeep.statusbar.enable"` : enable or disable to display on statusbar
- `coinpeep.statusbar.coinIds` : coin ids ars use for coingecko API, default is `["bitcoin", "ethereum"]`, just find what you need on https://api.coingecko.com/api/v3/coins/list
## Release Notes
### 0.0.1
Initial release
### 0.0.2
Add extension icon
### 0.0.3
Fix known issue: invalid arguments pass into embedded tradingview
### 0.0.4
Fix activation events
## Icons
- [Bitcoin icons](https://www.flaticon.com/free-icons/bitcoin) created by kerismaker - Flaticon
- [Increase icons](https://www.flaticon.com/free-icons/increase) created by Freepik - Flaticon
- [Decrease icons](https://www.flaticon.com/free-icons/decrease) created by Freepik - Flaticon
## Development
- Open VS Code
- npm install installation packages
- npm run watch interactive watch mode to automatically transpile source files
- F5 to start debugging