Skip to content

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

License

Notifications You must be signed in to change notification settings

psuzn/deals-scrapper

Repository files navigation

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