https://github.com/noahflk/brainfm-menubar-client
🧠Listen to and control Brain.fm right from your computer's menubar
https://github.com/noahflk/brainfm-menubar-client
brainfm client electron electron-app mac menubar tray windows
Last synced: 2 months ago
JSON representation
🧠Listen to and control Brain.fm right from your computer's menubar
- Host: GitHub
- URL: https://github.com/noahflk/brainfm-menubar-client
- Owner: noahflk
- Created: 2021-05-13T10:32:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-13T21:47:36.000Z (over 4 years ago)
- Last Synced: 2025-05-30T01:44:28.417Z (about 1 year ago)
- Topics: brainfm, client, electron, electron-app, mac, menubar, tray, windows
- Language: JavaScript
- Homepage:
- Size: 760 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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

## Build
To build the production application on your own, run this command:
```bash
# Install the dependencies
yarn install
# Build the executeable
yarn make
```
## Development
```bash
# Install the dependencies
yarn install
# Run the application in dev mode
yarn start
```