Skip to content

KanColle data and data functions

Notifications You must be signed in to change notification settings

kcwiki/kancolle-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kancolle/data

Version

KanColle data and data functions.

See docs for available exports and tests for some examples.

Install

yarn add @kancolle/data

Pull

yarn pull-api      # pull API data from Tibo (default), kcwiki, file, or URL
yarn pull-external # pull map edges from KC3Kai
yarn pull-db       # pull data from PoiDB and TsunDB (requires auth data)
yarn pull-wiki     # pull data from Wiki
yarn test          # format files and run tests

Done by the update action.

Push

yarn push-wiki # push Wiki data modules (requires auth data)

TBD by the build action.