Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasdoesthings/parsify-stocks
A yahoo finance plugin for parsify
https://github.com/jonasdoesthings/parsify-stocks
hacktoberfest parsify parsify-plugin
Last synced: about 1 month ago
JSON representation
A yahoo finance plugin for parsify
- Host: GitHub
- URL: https://github.com/jonasdoesthings/parsify-stocks
- Owner: JonasDoesThings
- License: mit
- Created: 2021-10-03T14:19:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T15:14:33.000Z (almost 2 years ago)
- Last Synced: 2024-03-24T16:22:35.741Z (9 months ago)
- Topics: hacktoberfest, parsify, parsify-plugin
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```js
import Parsify from '@parsify/core';
import parsifyStocksPlugin from 'parsify-stocks';const parsify = new Parsify([
parsifyStocksPlugin()
]);
```## License
MIT