Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saivittalb/latencer
🧭 A macOS application which displays your internet latency in the menu bar.
https://github.com/saivittalb/latencer
internet latency latency-monitor macos swift xcode
Last synced: 27 days ago
JSON representation
🧭 A macOS application which displays your internet latency in the menu bar.
- Host: GitHub
- URL: https://github.com/saivittalb/latencer
- Owner: saivittalb
- License: apache-2.0
- Created: 2020-05-26T23:38:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T04:54:40.000Z (over 4 years ago)
- Last Synced: 2024-08-03T09:05:19.798Z (4 months ago)
- Topics: internet, latency, latency-monitor, macos, swift, xcode
- Language: Swift
- Homepage: https://github.com/saivittalb/latencer/releases/download/v1.2/Latencer.app.zip
- Size: 245 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Latencer
README
# Latencer
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![version](https://img.shields.io/badge/version-1.2-brightgreen)
[![PR's Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)
[![GitHub followers](https://img.shields.io/github/followers/saivittalb.svg?style=social&label=Follow)](https://github.com/saivittalb?tab=followers)
[![Twitter Follow](https://img.shields.io/twitter/follow/saivittalb.svg?style=social)](https://twitter.com/saivittalb)A macOS application which displays your internet latency in the menu bar by showing ping to google.com.
## Install
[Download latest release version](https://github.com/saivittalb/latencer/releases/download/v1.2/Latencer.app.zip).
###### Note
To bypass the warning of unidentified developer, grant the permission by navigating to
```System Preferences -> Security & Privacy -> General```
## License
This project is licensed under the Apache License 2.0, a permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code. Trademark use is also strictly prohibited. Any material found which vandalises or threatens any sort of plagiarism will be strictly given a legal action.Copyright (c) 2020 Sai Vittal B. All rights reserved.
## Contributing
- Fork this project by clicking the ```Fork``` button on top right corner of this page.
- Open terminal/console window.
- Clone the repository by running following command in git:
```bash
$ git clone https://github.com/[YOUR-USERNAME]/latencer.git
```
- Add all changes by running this command.
```bash
$ git add .
```
- Or to add specific files only, run this command.
```bash
$ git add path/to/your/file
```
- Commit changes by running these commands.
```bash
$ git commit -m "DESCRIBE YOUR CHANGES HERE"$ git push origin
```
- Create a Pull Request by clicking the ```New pull request``` button on your repository page.[![ForTheBadge built-with-love](http://ForTheBadge.com/images/badges/built-with-love.svg)](https://GitHub.com/saivittalb/)
[![ForTheBadge powered-by-electricity](http://ForTheBadge.com/images/badges/powered-by-electricity.svg)](http://ForTheBadge.com)Copyright (c) 2020 Sai Vittal B. All rights reserved.
Made with ❤ by Sai Vittal B