add builds badge
fix dir in build file
attempt at getting a build running go test
goseo is a command line tool to assess readability and SEO score for any HTML document or web page.
Synopsis: goseo [location] [selector]
The command accepts accepts any HTML file or URL as its first argument, followed by an optional CSS selector pointing to the main article body.
goseo https://dannyvankooten.com/2016-year-in-review/ .post-content
To build goseo from source, take the following steps.
https://git.sr.ht/~dvko/goseo
go build
from the repository's root directory.MIT licensed.