Skip to content

A very simple app that checks to see if something under one of your domains has been submitted to HN, and emails you if it has.

Notifications You must be signed in to change notification settings

brandur/hncheck

Repository files navigation

hncheck Build Status

A very simple app that checks to see if something under one of your domains has been submitted to HN, and emails you if it has.

Setup

You'll need some SMTP credentials for the app to be able to send you email. I recommend getting a free account over at Mailgun (note this will have to be activated and you'll have to add yourself as an authorized recipient).

cp .env.sample .env
# edit .env

go install
forego start hncheck

Tests

Run the test suite:

go test

About

A very simple app that checks to see if something under one of your domains has been submitted to HN, and emails you if it has.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published