Sha256: ed0381090d290cdce5bf335ef8e69b5748cf70e92a5d4d569b8d75e5e7f9da39

Contents?: true

Size: 473 Bytes

Versions: 2

Compression:

Stored size: 473 Bytes

Contents

## Read Me 


## Setup

```
bundle install
```

#### Create Your Environment Variables File
Copy the sample.env file to create your local .env file:

```
cp sample.env .env
```

#### Set Your API Keys
Open the .env file in your preferred text editor and add your API keys:
# .env
RAPIDAPI_KEY='your_actual_api_key'
RAPIDAPI_HOST='latest-stock-price.p.rapidapi.com'

**Note:** To obtain a Rapid APi key, login to your Rapid Api account and find it in the account settings. 

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
latest_stock_price-1.0.1 README.md
latest_stock_price-1.0.0 README.md