24 lines
420 B
Markdown
24 lines
420 B
Markdown
# Chromanews
|
|
|
|
## How to use
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To run:
|
|
|
|
```bash
|
|
bun run index.js
|
|
```
|
|
|
|
## What is Chromanews
|
|
|
|
Chromanews allows you to fetch all the top posts of news subs you follow from reddit and generate an HTML offline page for you to read. The file can also be pushed to a webhook such as discord.
|
|
|
|
You can edit the followed subs and the discord webhook in
|
|
```bash
|
|
./config.json
|
|
``` |