From 8b1887e8894517a6226159620aa85767c7146c6c Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sun, 30 Apr 2023 12:46:00 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 285dab2..109b3e2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ # altsource-viewer -Simple tool to view AltStore source. +View your favorite AltStore source. -A fork of https://github.com/therealFoxster/altsource. +## Get Started +Simply paste in the URL of an AltStore source to begin. [Try it here](https://therealfoxster.github.io/altsource-viewer/search)! + +> **Note**: If a source can't be viewed, it is highly likely due to a CORS restriction set by the server hosting the JSON file. To my knowledge, a JSON file hosted on GitHub (via GitHub Pages) does not have this problem. Regardless, feel free to open a new issue if you find any. + +## Handy Tip +When linking to a particular page, you can omit the `.html` extension completely. + +For instance: +* https://therealfoxster.github.io/altsource-viewer/apps.html?source=https://therealfoxster.github.io/altsource/apps.json +* https://therealfoxster.github.io/altsource-viewer/apps?source=https://therealfoxster.github.io/altsource/apps.json + +both lead to the same page. ## Preview