url-checker

First crystal project

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

  1. Fork it (https://github.com/your-github-user/url-checker/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

url-checker

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • about 3 years ago
  • February 16, 2021
License

MIT License

Links
Synced at

Wed, 08 May 2024 21:11:50 GMT

Languages