Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bluebird-developers/bluebird.modules.readability
- Owner: bluebird-developers
- License: apache-2.0
- Created: 2024-11-15T15:17:38.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T15:21:15.000Z (about 2 months ago)
- Last Synced: 2024-11-15T16:27:44.262Z (about 2 months ago)
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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