aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added the secrets as env vars to travis build. added the travis badgeterminaldweller2021-02-252-8/+11
|
* added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller2021-02-2511-85/+414
| | | | 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-236-246/+330
| | | | working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in.
* forgot to add the parser...terminaldweller2021-02-221-0/+207
|
* finished the pair endpoint. writing a simple expression parser for the alert ↵terminaldweller2021-02-222-13/+162
| | | | endpoint
* the price end point works, the telegram bot is only echo thoughterminaldweller2021-02-214-0/+181
|
* Initial commitFarzad Sadeghi2021-02-213-0/+691