aboutsummaryrefslogtreecommitdiffstats
path: root/hived.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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