UNPKG

sstapi

Version:
28 lines (18 loc) 410 B
sstapi ====== a 3rd party api for [ifeng fm](http://diantai.ifeng.com/) ### 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