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

https://github.com/commanderfoo/warframe-ducat-tracker

Simple ducat tracking for Warframe. Uses existing ducats prices from the Wiki.
https://github.com/commanderfoo/warframe-ducat-tracker

ducats php warframe

Last synced: 8 months ago
JSON representation

Simple ducat tracking for Warframe. Uses existing ducats prices from the Wiki.

Awesome Lists containing this project

README

          

## Warframe Ducat Tracker

Shows the ducat price of all items in relics.

Prices are pulled from the [Warframe Wiki](https://warframe.fandom.com/wiki/Ducats).

To update prices (i.e when a new prime is released), run this line.

```
net\pixeldepth\warframe\Warframe_Data :: fetch_data(true);
```

![Preview](misc/preview.png)

Uses [Twig](https://twig.symfony.com/) for templating.