https://github.com/lucivuc/stock-market-data
https://github.com/lucivuc/stock-market-data
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucivuc/stock-market-data
- Owner: luciVuc
- Created: 2022-12-05T20:42:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T08:18:29.000Z (over 2 years ago)
- Last Synced: 2025-02-12T05:44:52.764Z (4 months ago)
- Language: CSS
- Homepage: stock-market-data.vercel.app
- Size: 85.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-market-api
Stock Market Data API
## Linux
If `Nightmare` fails to open `Electron` window on Linux environment, it may be helpful to run:
```bash
apt-get update
```or
```bash
sudo apt-get update
```then run:
```bash
apt-get install -y libgtk2.0-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb
```or
```bash
sudo apt-get install -y libgtk2.0-0 libgconf-2-4 libasound2 libxtst6 libxss1 libnss3 xvfb
```