Giter VIP home page Giter VIP logo

drop-lookup's Introduction

fgo-lookup

Simple web-based tool to look up Fate Grand/Order crowd-sourced dropsheet data.

Dropsheet is here: https://docs.google.com/spreadsheets/d/1_SlTjrVRTgHgfS7sRqx4CeJMqlz687HdSlYqiW-JvQA/edit#gid=843570146

How to Use

This is a frontend for the Google Sheets API. Documentation can be found here: https://developers.google.com/sheets/api

To use this tool, first obtain an API key: https://console.developers.google.com/apis/credentials?pli=1

Create a file named apiKey.js, and add this line of code: export const apiKey = "{your api key here}";. Save the file.

As of 5/2/2020, the Sheets API has a limit of 500 requests per 100 seconds.

Once the apiKey.js file is created:

  • Build project: yarn build
  • Run project locally: yarn serve

Data Source

There are two files that provide the source of truth for the API: sheets.js and mats.js.

sheets.js provides the list of sheets with the ID and URL-encoded name of the sheet itself. Note that the API does not actually use the ID.

mats.js is a list of mats in Fate Grand Order, a starting cell (startRange), an ending cell (endRange), a rarity, and a type. The last two are used for filtering. You must ensure startRange and endRange correspond to the sheet, or this tool will not work.

drop-lookup's People

Contributors

jycl1234 avatar dependabot[bot] avatar boyonthebeach2k avatar squaresmile 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.