0.0.8 • Published 10 years ago

sstapi v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

sstapi

a 3rd party api for ifeng fm

Install

npm install sstapi

Usage

var sstapi = require('sstapi');

// get IMEI from your mobile or just fake it
var imei='353043056516027';
var api = new sstapi(imei);

api.getIndex(function(err, obj) {
	// ...
});

Develop & Unit Test

git clone https://github.com/larvata/sstapi.git
cd sstapi
grunt
npm test
0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago