31 lines
1,023 B
Markdown
31 lines
1,023 B
Markdown
+++
|
|
title = "Scala News"
|
|
description = "Scala bloggers directory and news feed using RSS"
|
|
weight = 1
|
|
|
|
[taxonomies]
|
|
tags = ["Scala", "Typelevel"]
|
|
categories = ["Project"]
|
|
|
|
[extra]
|
|
local_image = "projects/scalanews/scalanews.png"
|
|
social_media_card = "scalanews.png"
|
|
toc = true
|
|
keywords = ["Scala", "Typelevel", "Bloggers", "RSS", "News"]
|
|
+++
|
|
|
|
![Scala News](scalanews.png)
|
|
|
|
# Overview
|
|
|
|
I wanted to create a directory of all bloggers who write about Scala Programming language with links to their RSS Feeds.
|
|
|
|
Using this directory I have created a CLI tool using Scala, Typelevel stack (cats-effect, fs2, http4s, decline, Laika) to use the rss feed links to generate the latest news in the scala community that I publish periodically on [www.scalanews.net](https://www.scalanews.net/).
|
|
|
|
## Links
|
|
|
|
- Website: <https://www.scalanews.net/>
|
|
- About Page: <https://www.scalanews.net/Resources/About.html>
|
|
- Repository: <https://github.com/softinio/scalanews>
|
|
- README: <https://github.com/softinio/scalanews/blob/main/README.md>
|