Commit Graph

3 Commits

Author SHA1 Message Date
ekzyis 6debdd8ba6 Move source code into root 2024-04-07 04:53:33 +02:00
ekzyis 5ba3c56b75 Refactor code to use Client struct
* previous code was messy with all source in project root
* now code is organized in pkg/
* removed types.go and moved types into their respective modules
* package exports a Client struct now and all functions are methods of that struct
* also supports API keys now
2024-04-07 03:15:36 +02:00
ekzyis 76cb7483f7 Add function to fetch and parse RSS feed 2023-08-23 00:38:50 +02:00