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

https://github.com/midwayjs/dorapan

A mirror client sdk for Pandora.js
https://github.com/midwayjs/dorapan

Last synced: 3 months ago
JSON representation

A mirror client sdk for Pandora.js

Awesome Lists containing this project

README

        

# Dorapan

A mirror client sdk for [Pandora.js](https://github.com/midwayjs/pandora/)

[Who is Dorapan](https://www.google.com/search?q=dorapan&tbm=isch)

## Usage

```javascript
const dorapan = require('dorapan');
console.log('Current appName is', dorapan.appName);
```

## Under Unit Test

* Wiki: [Under Unit Test](https://github.com/midwayjs/dorapan/wiki/Under-Unit-Test)