Git Product home page Git Product logo

phi-rank-query's Introduction

phi-service

Phigros score lookup service implemented using Go and Vue. Special thanks to the following projects:

  • Catrong/phi-plugin
  • 3035936740/Phigros_Resource

When developing this tool, I referenced the code from these two contributors and made some modifications based on their work. Thank you for their open-source spirit OwO

Usage

Build

Make sure you have Golang and npm environment installed on your system, and place the latest version of Phigros installation (should be renamed to Phigros.apk) package in ./build directory (create ./build manually if necessary). Then execute the following commands:

make init && make unpack && make -j && make run

Then the program will exit, and you need to fill in the configuration information. The configuration file is located at ./build/config.yaml, and make sure to modify the paths of two files in the Data section to ./dist/xxx.csv.

Run

Finally, execute make run again. Then you can access the service through http://localhost:[your_port].

Or alternatively, you can use the make deploy command to deploy the service using docker-compose.

Upgrade the database

When new songs are added to the game, place the latest version of Phigros installation (should be renamed to Phigros.apk) package in ./build directory, and execute the following commands:

make unpack && make -j

Then you may see the new songs and illustrations in the database.

LICENSE

GNU General Public License v3.0

This project is open source under the GPLv3 license. You are free to use, modify, and distribute this project under the condition of complying with the license.

phi-rank-query's People

Contributors

xeonds avatar

Stargazers

 avatar

Watchers

 avatar

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.