dmmarmol / pesapi

Playground project for developing a basic API for webscraping using Node.Js with Async&Await
9 stars 2 forks source link

Crawl each Player By Id #10

Open dmmarmol opened 4 years ago

dmmarmol commented 4 years ago

Get each Player by id and save it inside a Map

playerIdsByPage: {
    [i: string]: Player
}