Skip to content

a warframe app that finds the best place to farm any in-game item by looking through the official drop tables published by Digital Extremes.

License

Notifications You must be signed in to change notification settings

farhadrezvani/warframe-drops-pwa

Repository files navigation

Warframe Drops PWA

preact version   vite version   license

a warframe app that finds the best place to farm any in-game item by looking through the official drop tables published by Digital Extremes in a simple UI, installable on supported browsers for offline usage.

Generated Data

Build process generates the following JSON files by downloading and parsing the drop data webpage provided by Digital Extremes.

List of in-game items sorted by drop chance in descending order.

/public/data/drops.json

[
  {
    "name": "Smoking Body Ephemera Blueprint",
    "place": "Shadow Stalker",
    "rarity": "Very Common",
    "chance": "5.00",
  },
  { ... },
]

The metadata of the current build.

/public/data/info.json

{
  "hash": "6cda902094785fa79df1ec64647e746d",
  "build": "2022/06/12",
  "update": "2022/06/09",
}

Scripts

here is the list of some built-in npm scripts :

{
  "scripts": {
    "dev": "vite", // start dev server
    "build": "vite build", // build for production
    "preview": "vite preview", // preview production build
    "prebuild": "ts-node-esm generateData.ts" // generate drop data
  }
}

License

MIT

About

a warframe app that finds the best place to farm any in-game item by looking through the official drop tables published by Digital Extremes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published