Socket
Socket
Sign inDemoInstall

genshin-db

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genshin-db

api for detailed information on genshin impact based on version 1.0.1 from the fandom and various others.


Version published
Weekly downloads
1.7K
decreased by-7.37%
Maintainers
1
Weekly downloads
 
Created
Source

genshin-db

information is from the fandom and various other sources


Flexibly search and get the information of characters, weapons, weapon material, talent material, artifacts and more.

const genshin = require('genshin-db');

Check out examples.md.

NOTES: every input string to the query parameter will be autocompleted to match possible values. This means doing something like genshin.characters('amb') will give the same results as genshin.characters('amber')

Table of Contents

genshin.setOptions(opts)

genshin.getOptions()

genshin.characters(query[, opts])

Possible inputs for query parameter are:

  • all character names
  • all elements
  • all weapon types
  • all talent level-up material types
  • all genders
  • all regions
  • all rarities
  • "names"

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.constellations(query[, opts])

Possible inputs for query paremter are:

  • all character names

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.weapons(query[, opts])

Possible inputs for query parameter are:

  • all weapon names
  • all weapon types
  • all rarities
  • all weapon ascension material types
  • "names"

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.weaponmaterialtypes(query[, opts])

Possible inputs for query parameter are:

  • all weapon ascension material names
  • all days of the week
  • all regions
  • all domains of forgery
  • "names"

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.talentmaterialtypes(query[, opts])

Possible inputs for query parameter are:

  • all talent book names
  • all days of the week
  • all regions
  • all domains of mastery
  • "names"

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.artifacts(query[, opts])

Possible inputs for query parameter are:

  • all artifact set names
  • all rarities
  • "names"

Check out categories.json file to see choices for each category.

Check out examples.md to see example inputs and outputs for this function.

genshin.talents(query[, opts])

TBD

genshin.elements(query[, opts])

Input the name of an element

genshin.rarity(query[, opts])

dunno about this

Keywords

FAQs

Package last updated on 25 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc