This is an experimental web frontend for the Flashpoint Archive. It utilizes open-source players such as Ruffle and X_ITE, while offering the full extent of Flashpoint's redirection and URL spoofing capabilities in the browser.
- Go (should be added to PATH)
- MinGW-w64 (
bin
folder should be added to PATH) flashpoint.sqlite
(place inside backend folder or define path in config.json)
go run main.go
, no magic here.
Alternatively:
- Download the source code
- Open the Command Prompt in the
backend
folder - Use the command
go build
to start compiling the executable - Once finished, open the executable within the Command Prompt using the command
backend.exe
The API will now be served from http://127.0.0.1:8985
.