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 days ago
JSON representation
📕Unofficial UWP Pocket Client
- Host: GitHub
- URL: https://github.com/yazdipour/pocketx
- Owner: yazdipour
- Created: 2018-07-14T16:53:20.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2019-12-25T00:54:20.000Z (over 5 years ago)
- Last Synced: 2024-08-04T01:11:17.865Z (9 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: 19
- 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
[](https://www.microsoft.com/store/apps/9NDT5N34SR2P?ocid=badge)
### Donate
[](https://yazdipour.github.io/donate/)
## Features
* Read Articles (Even Offline)
* Save Links
* Manage your Favorites and Archive List
* Custom Theme
* Text to Speech
* Add URL to Pocket using Terminal

## 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
```