UNPKG

ufc-scraper

Version:

An API to scrape UFC fighter information, statistics, records, and rankings from UFC.com

10 lines (9 loc) 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const ufc_scraper_1 = require("./ufc_scraper"); (0, ufc_scraper_1.getFighter)('max holloway').then((fighter) => { console.log(fighter); }); (0, ufc_scraper_1.getRankings)().then((rankings) => { console.log(rankings); });