https://github.com/handofgod94/speedtest
CLI app made in dart to check internet speed on terminal
https://github.com/handofgod94/speedtest
Last synced: about 2 months ago
JSON representation
CLI app made in dart to check internet speed on terminal
- Host: GitHub
- URL: https://github.com/handofgod94/speedtest
- Owner: HandOfGod94
- Created: 2024-06-23T08:56:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T09:20:48.000Z (11 months ago)
- Last Synced: 2024-06-23T10:26:22.324Z (11 months ago)
- Language: Dart
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Speedtest
:construction: **Work In Progress** :construction:
:construction: **Proceed with caution** :construction:Small CLI app to run speedtest on terminal
## Quickstart
- TBD
## Why?
- I hate going fast.com everytime to check my internet speedtest## Why dart?
- Earlier implementation in go was quite verbose and I didn't quite like it
- Dart ticks almost all the boxes I want (null safe, static type, binary distribution, DSL-ish syntax) except
for functional programming paradigm.
- Explore DOP (Data oriented programming) and see how it fit's into Declarative nature of dart