ruby-bookmarks
ruby-bookmarks copied to clipboard
Create a script to determine broken links
Requirements:
- Check each link in the
README.mdfile, and dump the list of obsolete URLs (with HTTP status is 40*, 50*) to stdio. - Nice to have feature: CLI option to delete obsolete bookmarks from
README.md. - The script should be implemented with Ruby or JS.
- No dependencies, if possible.
Can I work on the first point?
Sure, thank you
Submitted PR #74 for 1st point. Kindly have a look :)