0.2.3 • Published 6 years ago

zelda-json v0.2.3

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

npm.io

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;
0.2.3

6 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.1

7 years ago