From 260812c84fd75a9a2f557c109bb4f6f4117da0df Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Mon, 2 Sep 2024 17:24:54 +0100 Subject: [PATCH] Improvements! (see README) --- README.md | 4 ++++ server.py | 1 - static/index.html | 7 +++++++ static/script.js | 28 +++++++++++++++++----------- static/style.css | 7 +++++++ 5 files changed, 35 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c032464..b3af939 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Get the price of the sims 4, including all DLCs, live! If you include the steam game ID in the fragment (`site.example/#game_id`), you can fetch the price of any game and all of its DLCs. For example: . +**New!** (2024-09-02) You can now also include the game ID in the search parameters. For example: . +There is also now a form included at the bottom of the page, above the footer, that allows you to put an ID in. +You can *also* now just pass a steam store URL into the site. Technological advancements! + ## Running your own Running your own instance is rather easy. The entire site is static, apart from one API endpoint that is needed as a transformer proxy. diff --git a/server.py b/server.py index b3c83a0..5dea616 100755 --- a/server.py +++ b/server.py @@ -1,4 +1,3 @@ -#!/bin/env python3 # This code is licensed under GNU AGPLv3. See $PROJECT/LICENSE for more info. # The $PROJECT/static/* content is licensed under CC BY-NC-SA - see $PROJECT/static/LICENSE for info. import fastapi diff --git a/static/index.html b/static/index.html index bf82252..1351e53 100755 --- a/static/index.html +++ b/static/index.html @@ -31,6 +31,13 @@ +
+
+ + + +
+