Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 517 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 517 Bytes

Cricket API - WebSocket

** Push notification script using socket.io-client and Memcache to store/retrive cricket Score using Roanuz Cricket API apis**

Initial configuration

set your app credentials on index.js file

var APP_ID = 'YOUR_APP',
    ACCESS_KEY = 'YOUR_ACCESS_KEY',
    SECRET_KEY = 'YOUR_SECRET_KEY',
    DEVICE_ID = 'TEST_SERVER_1';

npm install to make sure all the packages are installed.

npm start to compile and run the script

*** for more details https://www.cricketapi.com/