Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ crypto-notify Public archive

Crypto notify is a CLI program that notifies when a cryptocurrency triggers a set of price based rules. This project is made as a recruitment task.

Notifications You must be signed in to change notification settings

sewiti/crypto-notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto notify

CLI program that notifies when a cryptocurrency triggers any rule from a given file.
Couple rule files examples could be found in data folder.

This project is made as a recruitment task.

Running

There are multiple ways of running the program. Easiest would be either:

make run

or

go run ./cmd/cryptonotify

You can also specify your custom set of rules file as a first cli argument, example:

./bin/cryptonotify ./data/rules-set-2.json

Building

You can build using make command or by yourself for your own needs, it's your choice. The default output is in bin folder.

Testing

There are couple unit and integration tests written, all could be ran using make test

About

Crypto notify is a CLI program that notifies when a cryptocurrency triggers a set of price based rules. This project is made as a recruitment task.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published