1.2.9 • Published 6 years ago

cricapi v1.2.9

Weekly downloads
6
License
ISC
Repository
-
Last release
6 years ago

The Cric API are a set of free high-bandwidth, high-performance API designed for public use. You do need to signup on www.cricapi.com and get your account's API key though.

You can call the following functions within this module:

var cricapi = require("cricapi");

cricapi.setAPIKey("--- put your API key here -- ");

cricapi.matches(function(databundle){ // Variable "databundle" now contains JSON data in the below form });

API Usage documentation may be found at http://www.cricapi.com/how-to-use.aspx