Table of Contents
Application to search for stock quotes, and create custom lists.
You'll need to have npm and node installed locally, globally.
- npm
npm install npm@latest -g
- node --> Install latest Node version globally via https://nodejs.org/en
- TwelveData API Key --> Free account on twelvedata.com provides 8 API calls/min. User has to manually link within code structure.
- Clone the repo
git clone https://github.com/MarkLovesCoding/StockListApp.git
- Install NPM packages
npm install
- Run 'npm run start' in terminal to load page locally on port 3000.
npm run start
- IMPORTANT: User will have to create their own API key on TwelveData.com. For security purposes the .env file used for our working site is not container in this repository. User will have to create their own .env file and map any API Keys and links onto the StockApp.jsx file.
Distributed under the MIT License.
Mark Halstead - (https://www.markhalstead.dev)
Project Link: https://github.com/MarkLovesCoding/StockListApp
I'd like to provide credit to the online educational community that paved the way for me as a self-taught developer. As well I'd like to provide credit to free image and MaterializeCSS resources used for the web app and read me. I use a free version of the twelvedata.com stock quote API, which has limited API calls per minute.
