# Hydro Analytics Client

This client sdk provides an easy way to send page views and events to the Hydro Analytics API

## Installation

`npm i -S @github/hydro-analytics-client`

## Setup

See [the API docs](docs/api.md) for instructions on using the `AnalyticsClient`

## Publishing

When you are ready to release a new version, create a new [GitHub Release](https://github.com/github/hydro-analytics-client/releases) with the desired version number. Once the release is created, a GitHub Action will automatically publish the package to the NPM registry.
