4
12
Fork
You've already forked SimpleAmazon
4
A frontend for Amazon that allows users to browse and search amazon on any TLD of choice (like fr, de, com, co.uk, etc)
This repository has been archived on 2023年09月20日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
HTML 49.4%
Go 44.3%
CSS 6.3%
2022年10月08日 10:29:37 +02:00
static Make everything use one universal style.css file 2022年08月25日 20:08:22 +02:00
templates Implement Cookies 2022年08月25日 20:55:14 +02:00
.gitignore Initial commit 2022年08月13日 14:17:32 +02:00
go.mod Initial commit 2022年08月13日 14:18:51 +02:00
go.sum Initial commit 2022年08月13日 14:18:51 +02:00
LICENSE Initial commit 2022年08月13日 14:17:32 +02:00
main.go Implement Cookies 2022年08月25日 20:55:14 +02:00
README.md Update 'README.md' 2022年09月04日 04:56:24 +02:00

SimpleAmazon

A frontend for Amazon that allows users to browse and search amazon on any TLD of choice (like fr, de, com, co.uk, etc)

NOTE: It needs golang version 1.16 and above. so if you use debian 11, you need install golang using wget not debian's package manager.

How to install/run

go install codeberg.org/SimpleWeb/SimpleAmazon@latest
SimpleAmazon

OR

git clone https://codeberg.org/SimpleWeb/SimpleAmazon.git
cd SimpleAmazon
go run main.go

then you can use flags like -h or -p as needed.

Usage

You can only specify the host and the port the program should run on using the -h and the -p flag respectively. Default values are host:localhost and port:8080

Update

In case of you used second method, you can git pull to fetch new updates and re-run go run main.go with updated codes