Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.17 KB

Deals Scrapper

deployment check verify

Small utility service as part of Play Deals to find deals from the web.

Development

Running tests

go test ./... -v

Start service

go run ./cmd/main.go

Configuration

Configuration can be done by passing environment variables listed below:

ENV_VAR REQUIRED DEFAULT EXAMPLE NOTES
SERVER_URL Y http://localhost:3000/api/deals service url to report the new found deal
URLS N [] whatever web urls to look for new deals

License

GPL V3 License

Copyright (c) 2023 Sujan Poudel