2.5.0 • Published 3 years ago

kickstarter-crawler v2.5.0

Weekly downloads
31
License
ISC
Repository
-
Last release
3 years ago

Getting started

const kickstarterCrawler = require('kickstarter-crawler');

// kickstarter project url
const URL = 'https://www.kickstarter.com/projects/maxtemkin/philosophy-posters/'

// returns promise
const result = kickstarterCrawler(URL);
result.then((data) => console.log(data));


// output
{
  title: 'Philosophy Posters',
  creator: 'Max Temkin',
  description: 'Ten giant philosophy posters with big ideas presented simply.',
  category: 'Graphic Design',
  location: [ 'Chicago', 'IL' ],
  duration: 30,
  startdate: 'Apr 4, 2012',
  enddate: 'May 4, 2012',
  funding: 41167,
  goal: 2000,
  backers: 1393,
  pledges: [ [ 20, 1003 ], [ 30, 359 ] ],
  thumbnail: 'https://ksr-ugc.imgix.net/assets/011/314/328/15f265a2407f6dcb311ad61bad886b01_original.jpg?ixlib=rb-2.1.0&crop=faces&w=1552&h=873&fit=crop&v=1463680857&auto=format&frame=1&q=92&s=c787b7ea241aefb1f14a5acf9b939125',
  project_url: 'https://kickstarter.com/projects/maxtemkin/philosophy-posters',
  videoDuration: '02:08'
}

Insallation

npm i kickstarter-crawler

Test

npm run test
2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.22

9 years ago

0.0.21

10 years ago

0.0.20

10 years ago

0.0.18

10 years ago

0.0.17

10 years ago

0.0.15

10 years ago

0.0.14

10 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago