You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Dawid Wysokiński 4b641dc0be
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore: update README.md
6 months ago
internal refactor: use drone instead of github actions, rename module (#1) 6 months ago
.drone.yml refactor: use drone instead of github actions, rename module (#1) 6 months ago
.gitignore init 10 months ago
.golangci.yml feat: add endpoint to generate RSS feed (author) (#2) 10 months ago
Dockerfile chore(deps): update dependency golang to v1.19.0 (#17) 8 months ago
LICENSE init 10 months ago
README.md chore: update README.md 6 months ago
go.mod refactor: use drone instead of github actions, rename module (#1) 6 months ago
go.sum chore(deps): update dependency golang to v1.19.0 (#17) 8 months ago
main.go refactor: use drone instead of github actions, rename module (#1) 6 months ago
manifest.tmpl refactor: use drone instead of github actions, rename module (#1) 6 months ago
renovate.json refactor: use drone instead of github actions, rename module (#1) 6 months ago

README.md

lubimyczytacrss

lubimyczytacrss is an RSS feed generator for lubimyczytac.pl.

How to use?

Option 1: Use Docker

$ docker run -d \
  -p 9234:9234 \
  --name lubimyczytacrss \
  kichiyaki/lubimyczytacrss:latest

Or via docker-compose:

version: "3.6"

services:
  lubimyczytacrss:
    image: gitea.dwysokinski.me/kichiyaki/lubimyczytacrss:latest
    restart: unless-stopped
    ports:
      - '9234:9234'
    networks:
      - default

Available endpoints

GET /api/v1/rss/authors/{authorID}

Returns the RSS feed of the newest books written by the author with the given ID.