README.md

# StockModule

**A module to fetch stock prices from Alpha Vantage API**

## Installation

The package can be installed
by adding `stock_module` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:stock_module, "~> 0.1.0"}
  ]
end
```

Documentation can be found in [Docs](https://hexdocs.pm/stock_module)