Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yazdipour/pocketx
- Owner: yazdipour
- Created: 2018-07-14T16:53:20.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2019-12-25T00:54:20.000Z (almost 5 years ago)
- Last Synced: 2024-05-27T21:18:46.692Z (6 months ago)
- Topics: c-sharp, csharp, uwp, windows, windows-10, xaml
- Language: C#
- Homepage: https://www.microsoft.com/store/apps/9NDT5N34SR2P
- Size: 13.8 MB
- Stars: 20
- Watchers: 6
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```