Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | want to switch to grpc for the telegram bot. obviously take the telegram bot ↵ | terminaldweller | 2021-07-22 | 1 | -1/+9 |
| | | | | out of hived. added a robots.txt hadnler | ||||
* | added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵ | terminaldweller | 2021-03-13 | 1 | -24/+127 |
| | | | | content type. added CRUD for the alert endpoint. now using gorilla mux for routing. | ||||
* | removed some dead code. | terminaldweller | 2021-03-08 | 1 | -62/+9 |
| | |||||
* | fixed a typo. updated README | terminaldweller | 2021-02-26 | 1 | -2/+1 |
| | |||||
* | added a health endpoint. change endpoint name to alert. added a health ↵ | terminaldweller | 2021-02-26 | 1 | -12/+62 |
| | | | | endpoint.maybe a travis fix? | ||||
* | added a new endpoint for changelly. added somewhat decent logging. cleaned ↵ | terminaldweller | 2021-02-25 | 1 | -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 ↵ | terminaldweller | 2021-02-23 | 1 | -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 ↵ | terminaldweller | 2021-02-22 | 1 | -13/+159 |
| | | | | endpoint | ||||
* | the price end point works, the telegram bot is only echo though | terminaldweller | 2021-02-21 | 1 | -0/+150 |