Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farhadrezvani/warframe-drops-pwa

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.
https://github.com/farhadrezvani/warframe-drops-pwa

data drop-data game preact pwa vite warframe

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        




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](https://n8k6e2y6.ssl.hwcdn.net/repos/hnfvc0o3jnfvc873njb03enrf56.html) 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`**

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

The metadata of the current build.

#### **`/public/data/info.json`**

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

## Scripts

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

```yaml
{
"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