GithubHelp home page GithubHelp logo

tstirrat / peshead Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 2.0 2.4 MB

PEShead - PES Player DB

License: Apache License 2.0

TypeScript 52.68% HTML 0.44% CSS 0.02% JavaScript 46.50% Shell 0.28% Python 0.08%
pes 2018 edit pes2018

peshead's Introduction

PEShead

Build Status Coverage Status

A Progressive Web App to find and compare PES 2018 players.

Work in progress

Immediate goals:

  • Compare players
    • Show form arrow effects on player stats (especially while comparing)
    • Compare players with different myClub levels
  • Be mobile friendly (responsive layout, offline support, fast, cache data often)

Eventual goals (help wanted):

  • Show team information e.g. tactics, positions
  • Show player progress (form and stat changes for each live update/data pack)
  • Edit players, leagues, teams and export to PC/PS4

Running locally

# install tmux
./start-all

Or, manually start things:

  1. Serve + watch functions locally:
cd functions
yarn watch

# in a separate terminal
yarn server

Note: we only care about the functions emulation on port 5001 here.

  1. Start the livereload front-end server:
yarn start

Now access at http://localhost:3000/

Running tests

  • UI: yarn test
  • Functions: cd functions && yarn test

peshead's People

Contributors

christospappas avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

peshead's Issues

[chore] Create/generate types for parsed binary JSON

This is different from a proto (which is a nicely grouped json format). It relates to the binary format where many nmbers are not grouped

e.g. team colors are out of order:

const team = {
  // ...
  color1red: 1,
  color1blue: 2
  color2: {
    red: 1, 
    green: 2, 
    blue: 3
  }
  color1green: 3,
}

Ideally these can be generated from a jBinary typeset

Write remaining ZeroPaddedArray entries as zeros

The read operation on ZeroPaddedArray works, but the write value does not pad out the remaining entries as zeros.

Need to find a way to get the entry size (maybe pass in as a parameter) to write the correct amount of bytes.

[chore] Enforce code formatting/linting

tslint and clang-format contradict each other on some minor points.

  • clang: {a: 'b'}, tslint: { a: 'b' }
  • tslint only: No more than one blank line

We should either:

  1. Configure them so they don't contradict
  2. Use Prettier

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error while updating /functions/yarn.lock:
Couldn't find any versions for "babel-jest" that matches "^23.6.0"

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

You can mention @dependabot in the comments below to contact the Dependabot team.

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.