/warframe-item-tracker

This is a proof-of-concept project that will build a database of items from Warframe (a popular third-person shooter). It will allow you to create a watchlist and update live data from the Warframe-market while offering item-by-item info.

Primary LanguageJavaScript

warframe-item-tracker

Warframe Scraper is a tool for players to see advanced data from the Warframe Market

a React App for spying on the price of items on the warframe market

Grading Rubric

Intensive Proposal

Roadmap:

Skateboard ✓✓✓ Bike ✓✓✓ Car ✓✓✓
  • Build Website with navigation and mock data using React
  • Implement Search Feature using Warframe Market API
  • Build database that tracks items data from the API
  • CRUD for watchlist
  • Display useful error messages
  • Auto Fill Search Bar
  • Notifications on watchlist

Extras:

  • Graph historical prices on item page ✓
  • Link item pages via their sets
  • Paginate watchlist

TODO:

  • Finish building db periodically from api call ✓
  • Add front end CRUD for watchlist (add/remove buttons) ✓
  • Loading screen animation ✓
  • Display information if an api call/db query is bad ✓
  • Convert from api calls to receiving webhooks ✓
  • Add urgency check in backend for the watchlist ✓
  • Add notifications table on watch list for items that are urgent ✓
  • Complete fetch cycle with api calls every hour or so ✓
  • Deploy to live server through heroku
  • Tackle extras
  • Clean up codebase
  • Convert backend to Express