Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doshprompt/fast-menubar
Take the Fast.com Speedtest from your Mac's Menu Bar
https://github.com/doshprompt/fast-menubar
electron macos menubar
Last synced: 26 days ago
JSON representation
Take the Fast.com Speedtest from your Mac's Menu Bar
- Host: GitHub
- URL: https://github.com/doshprompt/fast-menubar
- Owner: doshprompt
- Created: 2017-04-10T19:58:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T00:26:27.000Z (over 7 years ago)
- Last Synced: 2024-08-03T09:05:17.316Z (4 months ago)
- Topics: electron, macos, menubar
- Language: CSS
- Size: 2.51 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Fast.com Speedtest
README
# Fast.com Speedtest, for Mac (Unofficial)
> The internet speed test that you know and love; now directly accessible in the Mac OSX Menubar!
You can grab the latest version by visiting the [releases page](https://github.com/doshprompt/fast-menubar/releases)
## Motivation
Comments section of ProductHunt page for [Speedtest by Ookla, for Mac](https://www.producthunt.com/posts/speedtest-by-ookla-for-mac):
![](https://github.com/doshprompt/fast-menubar/blob/master/screenshots/motivation.png)
##### Launch on Startup
If you would like Fast.com.app to start when your Mac starts up, got to System Preferences > Users and Groups and add Monu.app to Login Items for your User.
##### Developing
```bash
npm install # installs electron and all the deps needed for monu
npm start # runs the app in the electron wrapper
npm run build # builds the mac app
```