Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

nyotiemon/warframe-data

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

warframe-data

Data for Warframe, in JSON, scrubbed from the Wikia.

Currently the goal is to get mods, weapons, etc. in json format as VoiD_Glitch (and Devove and ScruffyRules) already have drops in json format here.

I currently do this two ways; getting information via Falterfire's Module:Weapons/data lua script, and then scrubbing the wikia pages manually for other entries.

Requirements

  • node v8, npm 5

Usage

  • npm run fetch-lua: Fetches data from the Module:Weapons/data script. Output should be in /fetch-lua-data.
  • npm run export-lua: Converts said fetched (and possibly edited) json back into the lua format. Output is in /export-lua/weapon-data.lua.
    • This requires that you've run fetch-lua at least once, obviously.

Manual scrubbing usage is still WIP.

License

Data that is fetched is under CC-BY-SA, owned by the contributors to the Warframe Wiki.

Code is under MIT.

About

Data for Warframe, in JSON, scrubbed from the Wikia

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%