README.md

# GCS
![Version](https://img.shields.io/hexpm/v/gcs)

A simple library to interact with Google Cloud Storage


## Installation

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

```elixir
def deps do
  [
    {:gcs, "~> 0.0.1"}
  ]
end
```