Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvllow/slacker-news
Elegant news reader
https://github.com/mvllow/slacker-news
hacker-news-client
Last synced: 3 months ago
JSON representation
Elegant news reader
- Host: GitHub
- URL: https://github.com/mvllow/slacker-news
- Owner: mvllow
- Created: 2023-07-07T22:06:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T20:52:52.000Z (about 1 year ago)
- Last Synced: 2024-05-01T13:47:42.325Z (8 months ago)
- Topics: hacker-news-client
- Language: Svelte
- Homepage: https://news.mellow.dev
- Size: 117 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# slacker-news
> Elegant news reader
## Data sources
Slacker News retrieves data from [HNPWA API](https://github.com/tastejs/hacker-news-pwas/blob/master/docs/api.md) and uses [hnrss.org](https://hnrss.org) for realtime RSS feeds. Thanks to these services for allowing us to provide an alternative interface to Hacker News.
## Contributing
Pull requests are welcome and appreciated! We are using [SvelteKit](https://kit.svelte.dev) and [TailwindCSS](https://tailwindcss.com) for the frontend.
### Setup environment
Clone and fork this repository. Create new branch, e.g. `fix-loud-screeching-noise`. Then, install dependencies and start the development server:
```sh
pnpm install
pnpm dev
```### Submit changes
Before committing, format your changes:
```sh
pnpm format
```Next, create a pull request with a title that follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)—see our other pull requests for examples.