# @ionic/platform-client

> Ionic Platform Client

Latest version **0.8.0-beta.6** (published 2016-06-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @ionic/platform-client
pnpm add @ionic/platform-client
yarn add @ionic/platform-client
bun add @ionic/platform-client
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.8.0-beta.6 |
| Published | 2016-06-09 |
| First published | 2016-06-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Ionic |
| Maintainers | drifty, dwieeb, ionicjs |
| Keywords | Ionic, ionic, platform, web, client |

## Links

- npm: https://www.npmjs.com/package/@ionic/platform-client
- Repository: https://github.com/driftyco/ionic-platform-web-client
- Homepage: https://github.com/driftyco/ionic-platform-web-client#readme
- Issues: https://github.com/driftyco/ionic-platform-web-client/issues
- npm.io page: https://npm.io/package/@ionic/platform-client

## Dependencies (1)

- [superagent](https://npm.io/package/superagent.md) ^1.8.3

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.8.0-beta.6 (latest) — 2016-06-09
- 0.8.0-beta.5 — 2016-06-09
- 0.8.0-beta.4 — 2016-06-09
- 0.8.0-beta.2 — 2016-06-08

## README

# Ionic Platform Client

The client for using the Ionic Platform in your app. Check out [our docs](http://docs.ionic.io/docs/io-introduction).

## Installation

Using the latest [Ionic CLI](https://github.com/driftyco/ionic-cli), run the following commands in terminal:

```bash
$ npm install --save @ionic/platform-client

# Register your app
$ ionic io init
```

## Usage

```javascript
// If no user has been previously saved, a fresh user object is returned,
// otherwise the last [current] saved user will be returned.
let user = Ionic.User.current();
```

Head over to our [docs](http://docs.ionic.io/docs/io-introduction) when you're ready to integrate services like auth, push, or deploy.

## Issues

If you need support or find a bug with the web client, please submit an issue to this repo. For general Ionic Platform issues (not related to the web client), please use our [issues repo](https://github.com/driftyco/ionic-platform-issues/issues). Before submitting your issue, be sure to update the web client and any associated Cordova plugins to their latest versions.

## Development

See `CONTRIBUTING.md`.

---
_Source: https://npm.io/package/@ionic/platform-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
