nwdata / nwdata.org

Directory of open data & civic tech resources in the pacific northwest
https://nwdata.org
ISC License
29 stars 8 forks source link

automated link checking #56

Open sethvincent opened 7 years ago

sethvincent commented 7 years ago

there's currently at least one link on the site that isn't working.

it would be cool to have an automated link checker that runs as part of the travis build as part of an npm test script.

this looks like a good option for accomplishing that: https://github.com/stevenvachon/broken-link-checker

sethvincent commented 7 years ago

I did the first step of this by adding broken-link-checker and creating an npm test script: https://github.com/sethvincent/nwdata.org/pull/59

I also removed all the broken links I found with it. More than I expected!

The second step before closing this issue is setting up npm test to run on Travis CI when a pull request is opened.