Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

v0.0.1 #15

Merged
merged 47 commits into from Dec 8, 2018
Merged

v0.0.1 #15

merged 47 commits into from Dec 8, 2018

Commits on Nov 14, 2018

  1. add puppetter and puppetter-har

    Inazuma110 committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    affd13f View commit details
    Browse the repository at this point in the history
  2. add: getSavedataId and getAccountId feature

    Inazuma110 committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    bb023fd View commit details
    Browse the repository at this point in the history
  3. add: request

    Inazuma110 committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    6da5069 View commit details
    Browse the repository at this point in the history
  4. add: create header and payload feature

    Inazuma110 committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    f7e4a8c View commit details
    Browse the repository at this point in the history
  5. add: create header and payload feature

    Inazuma110 committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    d4b8448 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. remove request

    Inazuma110 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    a530427 View commit details
    Browse the repository at this point in the history
  2. add: get battle history by python

    Inazuma110 committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0a4ce77 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. fix: get all battle history

    Inazuma110 committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    4f568c7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Merge pull request #1 from Inazuma110/feature/getBattleHistory

    Feature/get battle history
    Inazuma110 committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    2db44ab View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. fix: routing

    Inazuma110 committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    4cbac88 View commit details
    Browse the repository at this point in the history
  2. add: empty graph

    Inazuma110 committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    868f466 View commit details
    Browse the repository at this point in the history
  3. refact

    Inazuma110 committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    b39b8f2 View commit details
    Browse the repository at this point in the history
  4. remove: HelloWorld component

    Inazuma110 committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    081f4ca View commit details
    Browse the repository at this point in the history
  5. fix: file path

    Inazuma110 committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    6b8f6dc View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. fix: readme

    Inazuma110 committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    ab28f33 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. add: create and paint graph by file

    Inazuma110 committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    5121536 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from Inazuma110/feature/create_graph

    Feature/create graph
    Inazuma110 committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    a3fd42e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. fix: how to get savedateID and accountId

    Inazuma110 committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    e83387b View commit details
    Browse the repository at this point in the history
  2. fix: no use file

    Inazuma110 committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    20fad87 View commit details
    Browse the repository at this point in the history
  3. remove puppeteer, add request-promise

    Inazuma110 committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    b08b43c View commit details
    Browse the repository at this point in the history
  4. fix: change how to get data

    Inazuma110 committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    3e429d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. wip

    Inazuma110 committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    fe33db5 View commit details
    Browse the repository at this point in the history
  2. refactoring

    Inazuma110 committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    73e0996 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from Inazuma110/feature/change_howto_get_data

    Feature/change howto get data
    Inazuma110 committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    fdabab9 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. add: express

    Inazuma110 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    70442cf View commit details
    Browse the repository at this point in the history
  2. add: API

    Inazuma110 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    142cbb9 View commit details
    Browse the repository at this point in the history
  3. remove: getData and data in component

    Inazuma110 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    4da2a3d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. fix: parse data and create graph by 1click

    Inazuma110 committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    f2002d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. remove: getApiData from graph.js

    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    1152a04 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from Inazuma110/feature/change_howto_get_data

    Feature/change howto get data
    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d449f15 View commit details
    Browse the repository at this point in the history
  3. add: savedataIdCode exception

    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    31df6b8 View commit details
    Browse the repository at this point in the history
  4. add: display result

    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    36d6100 View commit details
    Browse the repository at this point in the history
  5. refactoring

    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    cd4450f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #9 from Inazuma110/feature/input_by_browser

    Feature/input by browser
    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3edea0a View commit details
    Browse the repository at this point in the history
  7. add: design by bootstrap

    Inazuma110 committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    dfaa7e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. wip

    Inazuma110 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    6cef11a View commit details
    Browse the repository at this point in the history
  2. fix: config/index.js bug

    Inazuma110 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e012671 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. add: bootstrap to page

    Inazuma110 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    78b49d9 View commit details
    Browse the repository at this point in the history
  2. remove: puppeteer

    Inazuma110 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    24526e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from Inazuma110/feature/design

    Feature/design
    Inazuma110 committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    cdcbf2d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. add: ss graph and image page

    Inazuma110 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    5da5486 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. add: ogp setting (no images)

    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    392345e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from Inazuma110/feature/ss_graph

    Feature/ss graph
    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    1fd88bf View commit details
    Browse the repository at this point in the history
  3. add: copyright and some link

    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    1a1cdd8 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    7dbfd30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #14 from Inazuma110/feature/design

    Feature/design
    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    a1f551d View commit details
    Browse the repository at this point in the history
  6. add: LICENSE

    Inazuma110 committed Dec 8, 2018
    Configuration menu
    Copy the full SHA
    7cc692d View commit details
    Browse the repository at this point in the history