Git Product home page Git Product logo

arcade-songs-fetch's Introduction

arcade-songs-fetch

Coding Style Gitmoji FOSSA Status

Data fetching scripts for arcade-songs website.

Prerequisites

Setup

  • (required) Make a copy of the .env.example file as .env and fill out the required fields.

  • (required) Make a copy of the dbconfig.example.js file as dbconfig.js and customize it if you are using other databases (SQLite is used as the default)

  • Run the following commands:

    npm install
    npm run db:create:all  # run this only if you're using a database other than SQLite
    npm run db:migrate:all
  • You might need to re-run the npm run db:migrate:all command when the database schema is changed.

Usage

npm run <game-code>:all
# or
npm run <game-code>:<script-name>
  • Available <game-code>:

    • maimai (maimai)
    • chunithm (CHUNITHM)
    • wacca (WACCA)
    • taiko (太鼓の達人)
    • jubeat (jubeat)
    • sdvx (SOUND VOLTEX)
    • ongeki (オンゲキ)
    • gc (GROOVE COASTER)
    • diva (Project DIVA Arcade)
    • popn (pop'n music)
  • Available <script-name>:

    • See package.json.

License

Copyright © 2022 Raku Zeta.

Licensed under the MIT License.

FOSSA Status

arcade-songs-fetch's People

Contributors

zetaraku avatar fossabot 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.