casino-api-videoslots

1.0.3 • Public • Published

Videoslots Earnings scraper (videoslots.com)

A node.js package for my "Casino Earnings"-Application

Collect stats as total earnings, clicks, signups and first time depositors for the current month.

Install

npm install -save casino-api-videoslots

Example:

var Videoslots = require('casino-api-videoslots');
 
new Videoslots({
    'username': 'affiliateusername',
    'password': 'mysecretpassword'
}, function(response) {
  console.log(response);
  /*
  { earnings: '543.61', clicks: '0', signups: '22', ftd: '8' }
  */
});

/casino-api-videoslots/

    Package Sidebar

    Install

    npm i casino-api-videoslots

    Weekly Downloads

    1

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • kjellberg