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:
- Host: GitHub
- URL: https://github.com/developit/peach.cool
- Owner: developit
- License: mit
- Created: 2016-01-11T02:18:33.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T14:59:14.000Z (over 8 years ago)
- Last Synced: 2025-04-10T11:16:09.345Z (9 months ago)
- Language: JavaScript
- Homepage: http://npm.im/peach.cool
- Size: 6.84 KB
- Stars: 21
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# peach.cool [](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 });
```