Getting Started
To download news-extractor-api, run
go get bitbucket.org/lexic-project/news-extractor-api
This will download the source code of news-extractor-api and, if not present,
newscat's only non-standard build dependency - the html
package from the
go.net networking libraries.
Then run
go build bitbucket.org/lexic-project/news-extractor-api
to build news-extractor-api. This should produce a newscat
binary file in your
$GOPATH/bin
directory.
Usage
run news-extractor-api on port 8085
Create module
go mod init bitbucket.org/lexic-project/news-extractor-api
Info
Forked from https://github.com/slyrz/newscat