Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edisonywh/stingray
Stingray is a modern, beautiful Hacker News reader app built in Flutter.
https://github.com/edisonywh/stingray
Last synced: about 2 months ago
JSON representation
Stingray is a modern, beautiful Hacker News reader app built in Flutter.
- Host: GitHub
- URL: https://github.com/edisonywh/stingray
- Owner: edisonywh
- License: mit
- Created: 2020-07-21T08:43:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T05:46:09.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T23:26:01.477Z (almost 2 years ago)
- Language: Dart
- Size: 1.4 MB
- Stars: 29
- Watchers: 1
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stingray
Stingray is a new, modern, beautiful Hacker News reader app.
![featured image](./screenshots/featured.png)
> Images made with [previewed.app](previewed.app)
There are a bunch of nice looking Reddit apps, but I have not been able to find similarly nice looking one for Hacker News, so I decided to try my hands at one using Flutter.
Right now it's pretty basic, it's missing a couple of features such as:
- No refresh
- No login
- No upvote
- No reply
- No submissionMost of them are related to login/auth (Hacker News does not have an API for it), but there exists some solution to hack around it, for reference:
- https://swizec.com/blog/reverse-engineered-hacker-news/swizec/7741
- https://github.com/hidroh/materialisticContributions are welcomed!