Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xgheaven/hdu-oauth2-client


https://github.com/xgheaven/hdu-oauth2-client

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# hdu-oauth2-client
client for api.hdu.edu.cn
##Installation
`npm insatll hdu-oauth2-client`

##Usage
```
var Client = require('hdu-oauth2-client');

var hduClient = new Client({
id: 1202122,
secret: secret,
});

hduClient.get(urlApi, function (err, response){
//.......
});
```