# peach.cool **Repository Path**: mirrors_developit/peach.cool ## Basic Information - **Project Name**: peach.cool - **Description**: :peach: JavaScript library for Peach (peach.cool) :zap: - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 }); ```