UNPKG
sherdog
Version:
latest (0.1.10)
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Sherdog MMA Fighter API scraper in Node.js
github.com/Valish/sherdog-api
Valish/sherdog-api
sherdog
/
example.js
6 lines
(4 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
var
sherdog =
require
(
'./lib/sherdog'
); sherdog.
getFighter
(
'http://www.sherdog.com/fighter/Lee-Morrison-46218'
,
function
(
fighter
) {
console
.
log
(fighter); })