Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 788 Bytes

README.md

File metadata and controls

54 lines (34 loc) · 788 Bytes

Findicadores

Website using data from Fintz

About

Currently, you can access the following information using the website:

  • Indexes
  • Results
  • Ticker prices
  • Graphs for all of the above

Examples

General data:

PETR4.png

Historical graph (click on index)

PETR4.png

Development

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

Deploy

We deploy to Vercel. So you just need to run:

npx vercel