GithubHelp home page GithubHelp logo

dorielrivalet / ezlion Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 5.74 MB

A data retrieval and translation project for Monster Hunter Frontier Z

Home Page: https://ezlion.vercel.app

License: MIT License

Shell 0.01% JavaScript 43.19% Python 0.01% C# 56.25% TypeScript 0.24% HTML 0.01% CSS 0.10% Svelte 0.20%
g11n game-data game-datafile i18n l10n mhf mo-files monster-hunter monster-hunter-frontier portable-object

ezlion's Introduction

EZlion

Data retrieval, made easy.

  • NuGet NuGet
  • npm npm

A data retrieval and translation project for Monster Hunter Frontier Z

API

It is recommended to host the API yourself. You can do so by doing the following:

  1. Fork the repository.
  2. Deploy the project following the instructions here. Select app/ as the root of the project in Vercel Settings.
  3. Confirm if it worked correctly by checking the API Reference at https://yourprojectname.vercel.app/docs.

Usage

The API is static, you can only use the GET HTTP method.

We provide the following data, for example:

  • Request: Get monster by id
curl https://yourprojectname.vercel.app/api/v0/monsters/1
  • Response:
{ "id": 1, "name": "Rathian" }
  • Request: Get monsters
curl https://yourprojectname.vercel.app/api/v0/monsters
  • Response:
{
  "results": [
    { "id": 0, "name": "None" },
    { "id": 1, "name": "Rathian" },
    { "id": 2, "name": "Rathalos" }
  ],
  "metadata": {
    "readonly": true,
    "repository": "https://github.com/DorielRivalet/ezlion"
  }
}

For more information, consult the documentation here.

ezlion's People

Contributors

dependabot[bot] avatar dorielrivalet avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ezlion's Issues

[REQUEST] - Japanese to English translations

Summary

Some gear pieces and quest names still need translation, or the current english translation is either inaccurate or not good enough. The english translations should ideally be, in order of importance: brief enough to fit in-game, accurate to the japanese language and fitting existing english conventions.

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.