Skip to content

Check provided url(s) for valid status codes and/or redirects

Notifications You must be signed in to change notification settings

justi/url-checker

Repository files navigation

url-checker

Join the chat at https://gitter.im/url-checker/Lobby Build Status

Check provided url(s) for valid status codes and/or redirects

gem install httparty mail

You should set the following ENVs in you .bashrc file:

export URL_CHECKER_MAILER_HOST='smtp.gmail.com'
export URL_CHECKER_MAILER_PORT='587'
export URL_CHECKER_MAILER_USERNAME='YOUR_USERNAME'
export URL_CHECKER_MAILER_PASSWORD='YOUR_PASSWORD'
export URL_CHECKER_MAILER_ADMIN='admin@yourdomain.com'

For tests, run: ruby run.rb example.rb

GMAIL config

About

Check provided url(s) for valid status codes and/or redirects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages