Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.