Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Zaid-Ajaj/fsharp-weekly

F# Weekly mobile, available for Android (soon iOS and UWP too)
https://github.com/Zaid-Ajaj/fsharp-weekly

fabulous fsharp fsharp-weekly xamarin

Last synced: about 1 month ago
JSON representation

F# Weekly mobile, available for Android (soon iOS and UWP too)

Lists

README

        

# FSharp Weekly

F# Weekly is a mobile application for Android, iOS and UWP.

Built in F# (of course) using [Fabulous](https://github.com/fsprojects/Fabulous) and [fabulous-simple-elements](https://github.com/Zaid-Ajaj/fabulous-simple-elements). The application [scrapes](https://github.com/Zaid-Ajaj/fsharp-weekly/blob/master/FSharpWeekly/Scraper.fs) blog entries from [F# Weekly](https://sergeytihon.com/category/f-weekly/), extracts their associated links and renders them on the phone. The application has link tracking: keeps track of the links you already visited. You can disable the link tracking and reset visited links from the settings page.

The main application code can be found in directory FSharpWeekly and contains:
- [Types.fs](https://github.com/Zaid-Ajaj/fsharp-weekly/blob/master/FSharpWeekly/Types.fs) the type definitions that the application uses
- [Scraper.fs](https://github.com/Zaid-Ajaj/fsharp-weekly/blob/master/FSharpWeekly/Scraper.fs) functions to parse and extract links from the F# weekly website
- [GithubScraper.fs](https://github.com/Zaid-Ajaj/fsharp-weekly/blob/master/FSharpWeekly/GithubScraper.fs) functions to parse github F# repository information from the trending page of github.
- [FSharpWeekly.fs](https://github.com/Zaid-Ajaj/fsharp-weekly/blob/master/FSharpWeekly/FSharpWeekly.fs) contains the application logic, how the state is updated and how the application is rendered.

Published to:
- [x] [Play Store](https://play.google.com/store/apps/details?id=coffeedriventeam.fsharpweekly)
- [ ] Windows Store (WIP)
- [ ] App Store (Not planned yet)

### Android Screenshots
![](screenshots.png)

### Github Trending for F# Repos
![](github-trending.png)

### Universal Windows Screenshots
![](uwp.png)

### iOS Screenshots
![](iOS.png)