url-checker
url-checker
Terminal based tool to check status of set URL's. Runs concurrently Code along with https://www.twitch.tv/lbarasti
Installation
shards install
Usage
cd url-checker
crystal src/url-checker.cr
Current Expected Output
["http://google.com", "https://amazon.com", "http://localhost:3000"]
+--------------------------+--------------+--------------+
| Url | Success | Failure |
+--------------------------+--------------+--------------+
| http://google.com | 1 | 0 |
+--------------------------+--------------+--------------+
+--------------------------+--------------+--------------+
| Url | Success | Failure |
+--------------------------+--------------+--------------+
| http://google.com | 1 | 0 |
| http://localhost:3000 | 1 | 0 |
+--------------------------+--------------+--------------+
+--------------------------+--------------+--------------+
| Url | Success | Failure |
+--------------------------+--------------+--------------+
| http://google.com | 1 | 0 |
| http://localhost:3000 | 1 | 0 |
| https://amazon.com | 1 | 0 |
+--------------------------+--------------+--------------+
Contributing
- Fork it (https://github.com/your-github-user/url-checker/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Ashlie Gray - creator and maintainer
Repository
url-checker
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- over 3 years ago
- February 16, 2021
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 21:47:21 GMT
Languages