Wolfleader101 / brainfm-menubar-client

🧠 Listen to and control Brain.fm right from your computer's menubar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brain.fm Menubar Client

Listen to and control Brain.fm right from your computer's menubar




Disclaimer

This project is in no way whatsoever associated to Brain.fm or the makers of this product. I do not hold the rights to the name Brain.fm or the corresponding app icon. All this application does is provide a wrapper for the official Brain.fm website that lives in your system tray/menubar.

A few lines of JS and CSS are injected into the Brain.fm website when using this application in order to add a quit button and media controls. You can see this in src/index.js.

Screenshot

AtomScreenshot

Build

To build the production application on your own, run this command:

# Install the dependencies
yarn install

# Build the executeable
yarn make

Development

# Install the dependencies
yarn install

# Run the application in dev mode
yarn start

About

🧠 Listen to and control Brain.fm right from your computer's menubar


Languages

Language:JavaScript 72.8%Language:HTML 18.3%Language:CSS 8.8%