0.3.5 • Published 8 years ago

devpost-scraper v0.3.5

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Devpost Scraper

Interested in contributing or have feedback? Send me an email at ahuerta0686@gmail.com

This is my first NPM package so I welcome considerate feedback.

var devpost = require('devpost-scraper');

Get all projects from a hackathon

devpost.hackathon.projects.all(hackathon, filters);

Parameters

  • hackathon - Devpost subdomain for hackathon page
  • filters - coming soon

Array of objects returned contains

  • url - URL to software page
  • imageUrl - Source URL for the preview image
  • title - Title of the project
  • tagline - Short description of the the project (pitch)
  • slug - Part of the URL after "software/"
  • numMembers - Number of team members working on the project
  • numLikes - Number of likes the project currently has
  • numComments - Number of comments / updates the project currently has

Get all info from a project page

devpost.project.findBySlug(slug);
0.3.5

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago