Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

jacoduplessis/golf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golf

Deployed at golf.jacoduplessis.co.za.

Data update interval

New leaderboard data is fetched every 60 seconds. News content is fetched upon request.

Please do not scrape the news page. Use the library instead.

The HTML tables on the index page is well suited for use with Google Sheets:

=IMPORTHTML("https://golf.jacoduplessis.co.za/", "table", 1)

Some folks are using this for fantasy golf competitions. If you are interested in collaborating to build a fantasy golf platform, please get in touch.

Installing

go get -u github.com/jacoduplessis/golf

Building

go build cmd/golf/golf.go

The binary is named golf.

Deploy

rsync -zz ./golf host:path
ssh root@host systemctl restart golf.service 

About

Website to display current golf leaderboards.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published