Giter VIP home page Giter VIP logo

11-builder's People

Contributors

remidej avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

11-builder's Issues

Undefined values

Algunas informaciones dentro del let getData = url => no estaban volvendo los valores correctos, creo qué el Fifaindex puede ter cambiado la estructura HTML. Conseguí volver usando:

player.id = $(row).data('playerid')
player.name = $(row).data('title', 'Name').find('a').attr('title')
player.rating = {
initial: $(row).data('title', 'OVR / POT').find('span').first().text(),
potential: $(row).data('title', 'OVR / POT').find('span').eq(1).text()
}

player.photo = urlRoot + $(row).find('img.player.small').attr('src')
player.club = {
name: $(row).find("td[data-title='Team'] a").attr('title'),
logo: urlRoot + $(row).find('img.team.small').attr('src')
}
const positions = []
for (const position of Array.from($(row).data('title', 'Preferred Positions').find('a.link-position'))) {
positions.push($(position).text())
}

Feature: Add option to create rooms and do draft

  1. Create rooms and let people join them. (Each room having unique I'd)
  2. Let all the users in the room build their squad, with every player being repeated only once in the whole room (Only one user picks one player)

This creates an offline draft, where people can make the same team on their console to play

Still showing Old Data

Hey Thanx for this amazing apps.
However its still showing old apps, is there a way to refresh the data fetched from fifa index?
fifaindex have data upto date, but app is showing older one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.