sstapi

0.0.8 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i sstapi

Weekly Downloads

0

Version

0.0.8

License

MIT

Last publish

Collaborators

  • larvata