Some old F#-based RSS feed viewer thing I found in a backup of my files.
|
2018-08-12 17:47:21 +01:00 |
.paket
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
src
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
.editorconfig
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
.gitignore
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
build.fsx
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
global.json
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
package-lock.json
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
package.json
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
paket.dependencies
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
paket.lock
|
Initial commit. Yes, I should use git better.
|
2018-08-12 17:26:57 +01:00 |
README.md
|
Add running instructions.
|
2018-08-12 17:47:21 +01:00 |
A really simple RSS reader which is kind of unfinished but also works.
Run using fake build --target run
. This requires F# FAKE and probably all the dotnet core stuff.