aboutsummaryrefslogtreecommitdiffstats
path: root/hived.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* want to switch to grpc for the telegram bot. obviously take the telegram bot ↵terminaldweller2021-07-221-1/+9
| | | | out of hived. added a robots.txt hadnler
* added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵terminaldweller2021-03-131-24/+127
| | | | content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
* removed some dead code.terminaldweller2021-03-081-62/+9
|
* fixed a typo. updated READMEterminaldweller2021-02-261-2/+1
|
* added a health endpoint. change endpoint name to alert. added a health ↵terminaldweller2021-02-261-12/+62
| | | | endpoint.maybe a travis fix?
* added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller2021-02-251-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.
* removed the expression parser. using a lib now. the addalert endpoint is ↵terminaldweller2021-02-231-37/+211
| | | | working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in.
* finished the pair endpoint. writing a simple expression parser for the alert ↵terminaldweller2021-02-221-13/+159
| | | | endpoint
* the price end point works, the telegram bot is only echo thoughterminaldweller2021-02-211-0/+150