url-checker
Version, currently master branch1 version
- master branchlatestJan 18, 2020
github.com/lbarasti/twitch-url-checker
A concurrent, terminal-based tool written in Crystal. Live coding at https://www.twitch.tv/lbarasti
5 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
url-checker:
github: lbarasti/twitch-url-checker
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.31.1- License
- MIT
- Author
- lorenzo.barasti
- Target
url-checkerfrom src/url-checker.cr
Dependencies
Runtime Dependencies
- crt0.4.0github: maiha/crt.cr
- tablo*github: hutou/tablo
- diagnostic_logger1.0.0github: lbarasti/diagnostic_logger
README
url-checker
A concurrent, terminal-based tool to check the status of a set of URLs. Written over live-coding sessions at https://www.twitch.tv/lbarasti
Installation
shards install
Usage
crystal src/url-checker.cr
Sample output:
+--------------------------+--------------+--------------+--------------+
| Url | Success | Failure | Avg RT |
+--------------------------+--------------+--------------+--------------+
| http://google.com | 4 | 0 | 10.9152 |
| https://amazon.co.uk | 4 | 0 | 28.9708 |
| https://crystal-lang.org | 4 | 0 | 50.9932 |
| https://github.com/non-e | 0 | 4* | 0.0 |
| xisting-project | | | |
+--------------------------+--------------+--------------+--------------+
Contributors
- lorenzo.barasti - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jan 18, 2020
- Crystal
0.31.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/lbarasti/twitch-url-checker
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1