/stock_monitor_API

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

Primary LanguageJavaScript

📈 stock_monitor_API

Docker Image Size (tag) GitHub Workflow Status 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/

🔥 API Documentation

Check out the API DOCUMENTATION HERE

How To Set Up This Project

  • 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 and make start in your local terminal.
    • To stop the program, run make stop
    • To test the program with mocha, run make test