Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 416 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 416 Bytes

next-stock-chart

This is code demonstrates how to use the yahooFinance2 node.js package in a simple Next.js project.

Getting Started

First, install yahooFinance2:

npm install yahooFinance

From there, you should be able to run this code.

Credits

Thanks to @gadicc for building yahooFinance2!