Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 352 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 352 Bytes

Parsify Stocks

About

This plugin allows to fetch the last price of a stock by using its ticker (e.g. $MSFT).

Install

$ npm install parsify-stocks

Usage

import Parsify from '@parsify/core';
import parsifyStocksPlugin from 'parsify-stocks';

const parsify = new Parsify([
    parsifyStocksPlugin()
]);

License

MIT