check_links

Crawls links from a starting page and display the ones that go nowhere.

Installation

You'll need to install Crystal

Usage

Currently it's hardcoded to http://localhost:3000. Change that if you need to point it to somewhere else.

Then cd and run crystal src/check_links.cr. You can also compile an executable if desired.

Development

TODO Write development instructions here

Contributing

  1. Fork it ( https://github.com/feifanzhou/check_links/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