8000 GitHub - apetbrz/fissures-app: Streamlined web app to fetch worldstate API data from Warframe, and parse and filter into fissure mission information for at-a-glance info.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Streamlined web app to fetch worldstate API data from Warframe, and parse and filter into fissure mission information for at-a-glance info.

Notifications You must be signed in to change notification settings

apetbrz/fissures-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
8000
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warframe Fissure Mission Tracker

https://relics.apetbrz.dev/

I wanted a quick and easy way to check the Warframe public worldstate API for specific missions. So I'm making this. And learning Node.js, Express.js, React, and Vite along the way.

Setup:

  • Requires npm >= 11.3.0
  • git clone https://github.com/apetbrz/fissures-app
  • cd fissures-app
  • npm install
  • for development, run npm run dev-server and npm run dev-client (preferrably in a split terminal i.e. tmux)
    • dev server runs on port 3000
    • client vite server runs on port 5173
  • for production, run npm run build to build the client, and npm run start to start the server with the built files
    • prod server runs on port 4000
    • temporarily hardcoded to target my domain

About

Streamlined web app to fetch worldstate API data from Warframe, and parse and filter into fissure mission information for at-a-glance info.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0