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

https://github.com/lucivuc/stock-market-data


https://github.com/lucivuc/stock-market-data

Last synced: 2 months ago
JSON representation

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
```