Website using data from Fintz
Currently, you can access the following information using the website:
- Indexes
- Results
- Ticker prices
- Graphs for all of the above
General data:
Historical graph (click on index)
Install dependencies using:
npm install
In order to run the application locally, you will need to copy the example
.env
file and replace the values with your own:
cp -v .env.example .env
Finally, you can run the development server using:
npm run dev
We deploy to Vercel. So you just need to run:
npx vercel