1.0.8 • Published 2 years ago

rtnscraper v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rtnscraper

This module helps scrape the roadtonationals.com API.

Getting Started

const rtnscraper = require('rtnscraper');

let scraper = new rtnscraper.Scraper();

let men = rtnscraper.Constants.ScraperConstants.Men;

scraper.getSeasonWeeks(men, 2021, data => {
	console.log(data);
});

scraper.getRoster(men, 2021, 1, roster => {
    console.log(roster);
});

Documentation

See https://github.com/chriscosma/RTNScraper for a similar module. Also see Scraper.js

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago