2.2.0 • Published 5 years ago
stock-tracker-node v2.2.0
stock-tracker-cli
Development
- Make sure you have node
- If you don't follow these instructions for your operating system
- Clone the repo
- Create your free API key at Alpha Advantage
- In the root directory create a
.envfile eg.node_modules/ src/ .env ... package.json - In your newly created
.envadd the following:API_KEY=<YOUR GENERATED API KEY> - Run
./setup.sh - To start the app in a docker container run
./start.shin your terminal.