og-players
v0.0.14
Published
> Mapea y construye la información en crudo de un jugador.
Readme
og-players
Mapea y construye la información en crudo de un jugador.
Instalación
npm install og-playersmapPlayers
Mapea players e incomers de una plantilla de equipo,
const { mapPlayers } = require('og-players');
mapPlayers(players);
{
"squad": [
{
"id": 940871,
"name": "Nico Schlotterbeck",
"country": "Germany",
"team": "Borussia Dortmund",
"position": "D",
"age": 26,
"height": 191,
"shirt": 4,
"market": {
"label": "57 M",
"digit": 57
},
"contract": {
"date": "30/06/2027",
"remain": {
"years": 1,
"months": 4,
"days": 10
}
},
"national": {
"status": true,
"label": "⚽"
},
"injured": {
"label": "=> Muscle Injury | => out | Listo en 340 días",
"reason": "Muscle Injury",
"status": "out",
"started": {
"daytime": "LUN | 16/02/2026",
"date": "16/02/2026",
"remain": false,
"weekend": false,
"since": {
"years": 0,
"months": 0,
"days": 4
},
"detailed": {
"name": "lunes",
"day": 16,
"month": "febrero",
"year": 2026
}
},
"ended": {
"daytime": "DOM | 22/02/2026",
"date": "22/02/2026",
"remain": {
"years": 0,
"months": 0,
"days": 2
},
"weekend": true,
"since": {
"years": 0,
"months": 0,
"days": 0
},
"detailed": {
"name": "domingo",
"day": 22,
"month": "febrero",
"year": 2026
}
}
}
}
],
"incomers": [
{
"id": 954076,
"age": 23,
"name": "Fábio Silva",
"country": "Portugal",
"position": "F",
"last": {
"name": "Wolverhampton",
"country": "England"
},
"date": {
"daytime": "VIE | 29/08/2025",
"date": "29/08/2025",
"remain": false,
"weekend": false,
"since": {
"years": 0,
"months": 5,
"days": 22
},
"detailed": {
"name": "viernes",
"day": 29,
"month": "agosto",
"year": 2025
}
},
"contract": {
"date": "30/06/2030",
"remain": {
"years": 4,
"months": 4,
"days": 10
}
},
"market": {
"label": "27 M",
"digit": 27
}
}
]
}License
MIT
