This project provides an Atom RSS feed for new eBooks from Dedao.
You can easily deploy this project to Zeabur by clicking the button below:
- Go programming language installed on your machine.
-
Clone the repository:
git clone https://github.com/d100972/dedao-ebook-srv.git cd dedao-ebook-srv
-
Install dependencies:
go mod tidy
To run the application, execute the following command:
go run main.go
You can test the application locally by accessing the following URL in your browser:
http://127.0.0.1:8080/feeds/dedao.atom
To build the application, you can use the provided start.sh
script. This script will detect your operating system and build the application accordingly.
./start.sh
The application will run in the background, and logs will be written to app.log
.
If you would like to contribute to this project, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.