Skip to content

campezzi/warframe-relic-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warframe Relic Tracker

This is a fun side project that brings together two things I enjoy doing in my free time: programming in Elm and playing Warframe. The goal is simple: make it easier to find out which relics contain items I want, and track which ones I have already acquired.

As of right now, this is still incomplete, but I'm slowly chipping away and adding features. Once it's completed, this project will be hosted somewhere so other players can use it too (even if they have no interest in programming).

Try it out

Assuming you already have Elm, Node and Yarn installed:

  $ elm package install
  $ yarn install
  $ yarn start

This will start a development server on port 3333.

Roadmap

  • Fetch relic data
  • Parse JSON
  • Display relics & items
  • Item search
  • Toggle display of vaulted relics
  • Mark items as acquired on click
  • Persist acquired items on local storage
  • Make it look pretty
  • Deploy it somewhere
  • Automate deployments

About

Track loot from Warframe relics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published