Socket
Book a DemoInstallSign in
Socket

ks-data-totals

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ks-data-totals

Kickstarter data points: total dollars, successful projects, total backers, repeat backers, and total pledges.

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

ks-data-totals

Straightforward bot that crawls Kickstarter and returns the following data points

  • Total dollars
  • Successful projects
  • Total backers
  • Repeat backers
  • Total pledges

Usage

'use strict';

var ks_data_totals = require('ks-data-totals');


ks_data_totals(function (err, data) {
  if (err) throw (err);
  console.log(data);
});

Output

{ total_dollars: 1328557566,
  successful_projects: 70652,
  total_backers: 7062945,
  repeat_backer: 2112031,
  total_pledges: 17795472 }

Installation

$ npm install ks-data-totals

Test

$ npm test

Keywords

kickstarter

FAQs

Package last updated on 30 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.