https://github.com/schultyy/newsstand
win32 readonly client for quote.fm
https://github.com/schultyy/newsstand
Last synced: about 1 year ago
JSON representation
win32 readonly client for quote.fm
- Host: GitHub
- URL: https://github.com/schultyy/newsstand
- Owner: schultyy
- Created: 2012-11-24T22:39:22.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-25T18:01:01.000Z (over 13 years ago)
- Last Synced: 2025-04-06T23:35:29.387Z (about 1 year ago)
- Language: C#
- Size: 9.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NewsStand
I began to write this piece of software because I want to read recommendations on PC's where I can't access the quote.fm site all the time.
# Limitations
At the moment this client uses the *read only API*. For write API you have to name some sort of return url. That's not that easy for a desktop client.
For performance reasons I only download the latest 5 recommendations / user. If you want to see more, you need to visit the website.
# Features
⁃ Get your timeline
⁃ Mark recommendations for later reading (does not sync with website)
# Requirements
## For usage
⁃ You need to install .Net 4 Client Profile. That should be all.
## For development
⁃ Git
⁃ Visual Studio 2010
# TO DO
⁃ Make this app look a bit nicer
⁃ Add errorhandling (show nice error messages when user is unknown, service not available, etc.)
⁃ Use write API