An open API service indexing awesome lists of open source software.

https://github.com/developit/peach.cool

:peach: JavaScript library for Peach (peach.cool) :zap:
https://github.com/developit/peach.cool

Last synced: 8 months ago
JSON representation

:peach: JavaScript library for Peach (peach.cool) :zap:

Awesome Lists containing this project

README

          

# peach.cool [![NPM Version](http://img.shields.io/npm/v/peach.cool.svg?style=flat)](https://npmjs.com/package/peach.cool)

> peach.cool api client library.

## Installation

Available on [npm](https://npmjs.com/package/peach.cool):

```sh
npm i -S peach.cool
```

## Usage

Figure it out.

```js
import peach from 'peach.cool';

let client = peach({ url, store });
```