Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yazdipour/pocketx

📕Unofficial UWP Pocket Client
https://github.com/yazdipour/pocketx

c-sharp csharp uwp windows windows-10 xaml

Last synced: 3 months ago
JSON representation

📕Unofficial UWP Pocket Client

Awesome Lists containing this project

README

        

# Pocket✘

Unofficial Pocket Client for Universal Windows Platform (Modern with Fluent Design)

### Install

[![MS Store](./Assets/msstore.png)](https://www.microsoft.com/store/apps/9NDT5N34SR2P?ocid=badge)

### Donate

[![Donate](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://yazdipour.github.io/donate/)

## Features

* Read Articles (Even Offline)
* Save Links
* Manage your Favorites and Archive List
* Custom Theme
* Text to Speech

![Screenshot](./Assets/Screenshot.png)

* Add URL to Pocket using Terminal

![Add Pocket](./Assets/cl.png)

## Development setup

Fill these properties in `PocketX/Handlers/Keys.cs` file with your tokens.

```CS
internal static readonly string Pocket = "POCKET_TOKEN";
internal static readonly string AppCenter = "APPCENTER_TOKEN"; //OPTIONAL
```

Repo Structure:

```
-> Source
-> PocketX # Application It Self
-> PocketX.UnitTest # Not Impl Yet 😓
-> Logger # Logging + Appcenter
-> CacheManager # LruCache + Akavache
```