Initial commit

This commit is contained in:
Steve Howes
2024-04-10 21:36:43 +01:00
parent c4cb309ba7
commit f3b7c2bedb
7 changed files with 253 additions and 2 deletions
+19 -2
View File
@@ -1,2 +1,19 @@
# dcbins
A data scraper for the Dorset Council bin collection site
# dorset-binformation
A data scraper for the Dorset Council bin collection site for bin collection dates
# Installation
````
go get -v github.com/stevenhowes/dorset-binformation/
make install
service dorset-binformation start
````
Edit /etc/systemd/system/dorset-binformation.service if an alternate port is required
# Example Curl
````
curl http://localhost:8998/uprn/100041115206
{"food":1712880000,"recycling":1713484800,"rubbish":1712880000}
````