Skip to content

yazdipour/pocketx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket✘

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

Install

MS Store

Donate

Donate

Features

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

Screenshot

  • Add URL to Pocket using Terminal

Add Pocket

Development setup

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

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