An open API service indexing awesome lists of open source software.

https://github.com/zackify/stock-api

get latest stock price data using puppeteer and google
https://github.com/zackify/stock-api

Last synced: 12 months ago
JSON representation

get latest stock price data using puppeteer and google

Awesome Lists containing this project

README

          

### Setup

```
npm i
npm start
```

### Usage

```
request /stock/:symbol
ex: /stock/gme
```

First time you request it, it waits for the price to come through, after that it will return immediately and update in the background.

You can optionally request the data on an interval (i have it commented out) in case you want to auto update in the background without making an api request