Skip to content

Electron app to check current FoldingCoin price from your system menubar.

License

Notifications You must be signed in to change notification settings

franckuestein/fldcbar

Repository files navigation

fldcbar fldcbar

Systray menubar app based on bitcoinbar to check foldingcoin price from your system menubar. It currently takes FoldingCoin price from Coinmarketcap public API.

fldcbar screenshot

If it takes a bit to load all the information be patient, sometimes the api may fail.

To-do list

  • Source code first release
  • Release builds. v0.0.1-alpha published
  • New logo for the systray
  • New info to the app

Do you like it? Do you have any idea for fldcbar? Feel free to contribute! This is completely open-source 😉

Dependencies and installation

fldcbar needs Node.js (comes with npm) and Electron installed in your computer in order to test it out.

Node.js

Download and install the latest node release available. If you already have node installed, just check that you're running the latest version with this command:

npm install npm -g

Electron

Electron Prebuilt binaries and debug symbols of Electron for Linux, Windows and Mac OS can be found on the releases page.

You can also use npm to install prebuilt electron binaries:

# Install the `electron` command globally in your $PATH
npm install electron -g

# or install as a development dependency
npm install electron --save-dev

Run fldcbar

# Extract downloaded Github zip file and enter folder
cd pathToDownloadFolder/fldcbar-master
electron .

That's it, as easy as that! Direct binaries will be available soon.

License

MIT License

Copyright (c) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.