Online tool to filter through Final Fantasy Brave Exvius Equipment
You can use the tool by visiting: http://lyrgard.fr/lyr/ffbeEquip/
You will need to set up google api credentials for saving state.
- Go to https://console.developers.google.com/apis/credentials
- Create Credentials
- OAuth client ID
- Web Application
- Under Authorized Javascript origins: http://127.0.0.1:3000
- Under Authorised redirect URIs: http://127.0.0.1:3000/googleOAuthSuccess
- Download the OAuth 2.0 client IDs (as JSON)
- Move saved file to ./googleOAuth/client_secret.json
Make sure you have enabled Google Driver API for the project (Should be under Dashboard).