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 cannot push or open issues/pull-requests.
 
 
 
Go to file
metalune 99e9b63e37 Merge pull request 'Update 'README.md'' (#16) from esmailelbob/SimpleAmazon:main into main
Reviewed-on: #16
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
LICENSE Initial commit 2022-08-13 14:17:32 +02:00
README.md Update 'README.md' 2022-09-04 04:56:24 +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
main.go Implement Cookies 2022-08-25 20:55:14 +02:00

README.md

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