Website Health Check Monitoring
This is an API which you can create your own watchlist so that you can monitor the stock price and have it shown on your wifi-display
👉👉👉 Check Out The Deployed Live-site Here: http://stock-monitor-api.dev.yin-chang.me/
Check out the API DOCUMENTATION HERE
-
Step 1
Clone this repo by running this code in your local terminal
git clone https://github.com/yinnyC/stock_monitor_API.git
-
Step 2
Rename your
.env.sample
to.env
and replace the variables with your own API KEYS and URI. -
Step 3
- To start the program, run
make build
andmake start
in your local terminal. - To stop the program, run
make stop
- To test the program with mocha, run
make test
- To start the program, run