# petpet

virtual pet server

[![npx petpet](https://img.shields.io/badge/npx-petpet-ff69b4.svg)](https://www.npmjs.com/package/petpet)
[![npm](https://img.shields.io/npm/v/petpet.svg)](https://www.npmjs.com/package/petpet)
[![Build Status](https://travis-ci.org/stawberri/petpet.svg?branch=master)](https://travis-ci.org/stawberri/petpet)

Running this command launches a graphql server.

```bash
$ npx petpet

...

Launched petpet server at http://localhost:9000/
```

This is a prototype version of a server-based virtual pet game. You may wish to try [pet](https://www.npmjs.com/package/pet) instead:

```bash
$ npx pet

...

You pat a catgirl. She blushes profusely.
> Nyaa~
```
