Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zelda-json

joeyfigaro21ISC0.2.3

JSON objects for elixirs and recipes from Breath of the Wild

Zelda, video game, Breath of the Wild, BOTW, Zelda, cooking, database, JSON

readme

Zelda JSON

JSON for elixirs and recipes found in Breath of the Wild.

Initial content pulled from zelda.recipes and the official guidebook. Please feel free to contribute PRs or reach out to me on twitter at @joeyfigaro.

Install

  • yarn add zelda-json or npm install zelda-json

es6

import { elixirs, recipes } from 'zelda-json';

es5

var elixirs = require('zelda-json').elixirs;
var recipes = require('zelda-json').recipes;