/recap

challenge

Primary LanguageJavaScript

Access the published project:
https://recap-bruno-challenge.netlify.app/


Start

  1. Clone this repo.
 git clone https://github.com/brudolce/recap.git
  1. Having node and NPM installed, enter in the project folder and install the project.
 npm install
  1. create a .env file on the root project and place your quandl user_key, one the REACT_APP_APIKEY variable. e.g. REACT_APP_APIKEY=Lsadoij12iojda0.

  2. Still inside the project folder, start the project. It is going to run on localhost:3000

 npm start

UTILs

get your quandl API KEY: https://www.quandl.com/data/EOD-End-of-Day-US-Stock-Prices/usage/quickstart/api
install node: https://nodejs.org/en/download/
install NPM:https://docs.npmjs.com/cli/v7/commands/npm-install