mw-stock-quote
v1.0.0
Published
Fetches stock information (e.g. current quotes) from MW API
Downloads
2
Readme
MW-stock-quote
Fetches stock information (e.g. current quotes) from MW API
Installation
To install enter
npm i mw-stock-quote
Add the following env variables:
MW_ENTITLEMENT_TOKEN="YOUR MW_ENTITLEMENT_TOKEN"
MW_CKEY="YOUR MW_CKEY"
Usage
import { init } from "mw-stock-quote";
const fetchQuote = await init();
await fetchQuote("AMZN")