stock-ticker-react-widget
v1.0.3
Published
stock-ticker-react-widget React component
Downloads
4
Readme
stock-ticker-react-widget
Stock Ticker React Widget has multiple API's to help the user search for stock prices, as well as quick information about the companies that are being searched for.
Installing the Widget
npm install --save stock-ticker-react-widget # using NPM
yarn stock-ticker-react-widget # using yarn
How to Use Widget for Projects
Utilize Polygon.io's Stock API to assist users in searching for a specific Stock's previous day open, high, low and close (OHLC).
Example on How to Use
import React from "react";
import { BarChart } from "stock-ticker-react-widget";
function App() {
return (
<div>
<BarChart />
</div>
);
}
Contributing
Although this project was built to look simple and minimal with CSS, the project can keep evolving with more ideas.
Pull requests are welcome. Thank you and I hope to keep evolving this as well.