https://github.com/cnpm/qn-cnpm
qn wrapper for cnpm
https://github.com/cnpm/qn-cnpm
Last synced: 8 months ago
JSON representation
qn wrapper for cnpm
- Host: GitHub
- URL: https://github.com/cnpm/qn-cnpm
- Owner: cnpm
- Created: 2014-08-09T13:24:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T05:34:34.000Z (over 4 years ago)
- Last Synced: 2025-01-16T15:15:52.986Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 19
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
qn-cnpm
---------------
[![NPM version][npm-image]][npm-url]
[![Gittip][gittip-image]][gittip-url]
[![David deps][david-image]][david-url]
[npm-image]: https://img.shields.io/npm/v/qn-cnpm.svg?style=flat
[npm-url]: https://npmjs.org/package/qn-cnpm
[gittip-image]: https://img.shields.io/gittip/dead-horse.svg?style=flat
[gittip-url]: https://www.gittip.com/dead-horse/
[david-image]: https://img.shields.io/david/cnpm/qn-cnpm.svg?style=flat
[david-url]: https://david-dm.org/cnpm/qn-cnpm
qnfs wrapper for [cnpmjs.org](htps://github.com/cnpm/cnpmjs.org)
## Installation
```bash
$ npm install qn-cnpm
```
## Usage
```js
var qnWrapper = require('qn-cnpm');
var client = qnWrapper({
accessKey: 'your access key',
secretKey: 'your secret key',
bucket: 'qiniu',
domain: 'http://qiniu-sdk-test.qiniudn.com',
});
```
### License
MIT