stock-tracker-node
v2.2.0
Published
## Development 1. Make sure you have [node](http://www.nodejs.org) - If you don't follow [these](https://nodejs.org/en/download/) instructions for your operating system 2. Clone the repo 3. Create your free API key at [Alpha Advantage](https://www.alp
Downloads
3
Readme
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
.env
file eg.node_modules/ src/ .env ... package.json
- In your newly created
.env
add the following:API_KEY=<YOUR GENERATED API KEY>
- Run
./setup.sh
- To start the app in a docker container run
./start.sh
in your terminal.