Skip to content

GBFUAPP aims to bring multiples tools for the game Granblue Fantasy and improve QoL for players.

Notifications You must be signed in to change notification settings

Abikebuk/GBFUAPP-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBFUAPP - Client

GBFUAPP (Granblue Fantasy Utility Application) is a project that wants to bring multiples tools for the game Granblue Fantasy and improve player "quality of life".
Client part of the project. Check this link for the server part.

Feature

  • Raid Finder: Fetch the "backup request" from player asking for help in the game. It takes advantage of the in-game function of backup request on Twitter.
    • (on server) Real-time gathering of Tweets of players asking for help then process and stream the data.
    • (on server) Self-building database and translation ja <-> en of unregistered raids. Checks information on the (unofficial) english wiki.
    • Real-time display of selected raids from backup requests.

Installation

This project only contains the client that display data. It is meant to be used with an api server which you can find here

Use your favorite package manager to install the dependencies such as npm or yarn.

npm install

Either set the following environment variables or create a .env file in the root with the following content.

# uri of the server, take care of putting a '/' at the end like in the example
REACT_APP_SERVER_HOSTNAME=http://server-hostname/

Usage

If you want to run your project locally, run:

npm run start

You can also build your project and find a minimized static build of the project on /build by running:

npm run build

Licence

This project is under MIT Licence.

About

GBFUAPP aims to bring multiples tools for the game Granblue Fantasy and improve QoL for players.

Topics

Resources

Stars

Watchers

Forks