# @pageobject/core [![Package Version][badge-npm-image]][badge-npm-link] [![Build Status][badge-travis-image]][badge-travis-link] [![Coverage Status][badge-coveralls-image]][badge-coveralls-link]

> This package is the basis for the PageObjectJS standard API.

## Installation

```sh
yarn add @pageobject/core
```

## API

Please find the API documentation [here][internal-api-core].

## Usage

As an end user, you will rarely want to consume this package directly. Instead, please take a look at package [@pageobject/standard][internal-usage-standard].

---

Built by (c) Clemens Akens. Released under the terms of the [MIT License][internal-license].

[badge-coveralls-image]: https://coveralls.io/repos/github/clebert/pageobject/badge.svg?branch=master
[badge-coveralls-link]: https://coveralls.io/github/clebert/pageobject?branch=master
[badge-npm-image]: https://img.shields.io/npm/v/@pageobject/core.svg
[badge-npm-link]: https://yarnpkg.com/en/package/@pageobject/core
[badge-travis-image]: https://travis-ci.org/clebert/pageobject.svg?branch=master
[badge-travis-link]: https://travis-ci.org/clebert/pageobject

[internal-api-core]: https://pageobject.js.org/api/core/
[internal-license]: https://github.com/clebert/pageobject/blob/master/LICENSE
[internal-usage-standard]: https://github.com/clebert/pageobject/blob/master/@pageobject/standard/README.md#usage
