aboutsummaryrefslogtreecommitdiffstats
path: root/hived.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-12restructured the repo-WIPterminaldweller1-675/+0
2021-11-12added a dev and deployment docker-composeterminaldweller1-1/+10
2021-11-12changes endpoints to crypto/terminaldweller1-22/+22
2021-09-11https working nowterminaldweller1-10/+10
2021-09-11https support-WIPterminaldweller1-1/+14
2021-07-22go mod update and postman update [ci skip]terminaldweller1-0/+1
2021-07-22want to switch to grpc for the telegram bot. obviously take the telegram bot ↵terminaldweller1-1/+9
out of hived. added a robots.txt hadnler
2021-03-13added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵terminaldweller1-24/+127
content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
2021-03-08removed some dead code.terminaldweller1-62/+9
2021-02-26fixed a typo. updated READMEterminaldweller1-2/+1
2021-02-26added a health endpoint. change endpoint name to alert. added a health ↵terminaldweller1-12/+62
endpoint.maybe a travis fix?
2021-02-25added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller1-80/+155
up the code a bit. the secrets are all environment variables now since we want publicly availale CI. the api and postman docs are added. added travis integration.
2021-02-23removed the expression parser. using a lib now. the addalert endpoint is ↵terminaldweller1-37/+211
working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in.
2021-02-22finished the pair endpoint. writing a simple expression parser for the alert ↵terminaldweller1-13/+159
endpoint
2021-02-21the price end point works, the telegram bot is only echo thoughterminaldweller1-0/+150