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
- Fork it ( https://github.com/feifanzhou/check_links/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
- feifanzhou Feifan Zhou - creator, maintainer