README.md

# GCS
[![Version](https://img.shields.io/hexpm/v/gcs)](https://hex.pm/packages/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.1.0"}
  ]
end
```