Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bluebird-developers/bluebird.modules.readability

A module for Bluebird which backs the inbuilt reading mode, powered by Mozilla Readability
https://github.com/bluebird-developers/bluebird.modules.readability

Last synced: 19 days ago
JSON representation

A module for Bluebird which backs the inbuilt reading mode, powered by Mozilla Readability

Awesome Lists containing this project

README

        

## Bluebird Readability Module
### A module for Bluebird which backs the inbuilt reading mode, powered by [Mozilla Readability](https://github.com/mozilla/readability)

![image](https://github.com/user-attachments/assets/8ba7c2c6-7f1e-4619-9fb7-3393a279d3c7)

## Build locally
1. Ensure you have [Bun](https://bun.sh) and Git installed
2. Clone the repo
```bash
git clone https://github.com/bluebird-developers/Bluebird.Modules.Readability.git
```
3. Navigate into the newly cloned folder
4. Install dependencies:
```bash
bun install
```
5. To build:
```bash
bun run build
```
=> This generates a fully self-contained js file inside the ./dist directory for use in a browser