Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamieweavis/bitbar-coinbase-wallet
💰 Coinbase wallet and cryptocurrency price tracker plugin for BitBar
https://github.com/jamieweavis/bitbar-coinbase-wallet
api bitbar bitbar-plugin bitcoin coinbase coinbase-api cryptocurrencies cryptocurrency ethereum litecoin wallet
Last synced: about 9 hours ago
JSON representation
💰 Coinbase wallet and cryptocurrency price tracker plugin for BitBar
- Host: GitHub
- URL: https://github.com/jamieweavis/bitbar-coinbase-wallet
- Owner: jamieweavis
- License: mit
- Created: 2017-12-06T15:31:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T15:51:09.000Z (over 2 years ago)
- Last Synced: 2024-04-14T04:47:45.106Z (7 months ago)
- Topics: api, bitbar, bitbar-plugin, bitcoin, coinbase, coinbase-api, cryptocurrencies, cryptocurrency, ethereum, litecoin, wallet
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# BitBar Coinbase Wallet
> 💰 Coinbase wallet and cryptocurrency price tracker plugin for BitBar## Installation
1. Install [BitBar](https://github.com/matryer/bitbar)
2. Clone this repository into your BitBar plugin directory
3. Rename `config.sample.js` to `config.js`
4. Add your [Coinbase API](https://www.coinbase.com/settings/api) key & secret to `config.js`
5. Symlink the plugin entry point to your BitBar plugin directory:```sh
ln -s bitbar-coinbase-wallet/src/app.js bitbar-coinbase-wallet.1m.js
```## Features
- Displays your total Coinbase wallet value in the menubar
- Displays your Coinbase wallet currency values in the dropdown
- Displays current Coinbase exchange rates for BTC, ETH & LTC
- Values are in GBP - hold `alt` to view USD## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.