Jump to content

Steam Weeklong Deals


Recommended Posts

  • 2 weeks later...

The php is really just serving as a proxy, minifier, and server side cache for the different http calls I'm making. The JavaScript is making async calls for the weeklong deals and other detail pages through the proxy then using jQuery to parse them into the table.

 

[edit] The only way I could make it work with all JavaScript is if steam has cors enabled on their site which they likely do not. My shared server was having a maintenance update last night so php was running a little slow.  It's back to its normal speed of a few seconds to load the page ow.

 

https://en.wikipedia.org/wiki/Cross-origin_resource_sharing

Link to comment
Share on other sites

I wasn't sure how you were pulling the info. If it was an api of steams that was setup to allow that or not. It's normally fast. Do you cache the entire weeklong deals on your local server? Since, I assume they are only changing once a week.

Really just curious.

Link to comment
Share on other sites

Cached and refreshed on demand every 24 hours.

 

Also... Release 1.1.0

Display and/or filter by platform (#8)

Other notable features:

  • Search specifically by OS or Name
  • Added placeholder text to search boxes
  • Click on version number to view releases on GitHub

Bugs Fixed:

  • Divide by 0 error on rating

http://webapp.skylark95.com/steam-weeklong-deals/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...