Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/InBrowserApp/tldr.inbrowser.app
📝 tldr InBrowser.App is a offline-capable PWA for tldr-pages. Fully runs in your browser. Zero API latency.
https://github.com/InBrowserApp/tldr.inbrowser.app
pwa tldr tldr-pages vue web website
Last synced: 3 months ago
JSON representation
📝 tldr InBrowser.App is a offline-capable PWA for tldr-pages. Fully runs in your browser. Zero API latency.
- Host: GitHub
- URL: https://github.com/InBrowserApp/tldr.inbrowser.app
- Owner: InBrowserApp
- License: mit
- Created: 2023-01-02T02:36:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:15:25.000Z (9 months ago)
- Last Synced: 2024-06-03T10:03:03.818Z (5 months ago)
- Topics: pwa, tldr, tldr-pages, vue, web, website
- Language: Vue
- Homepage: https://tldr.inbrowser.app
- Size: 704 KB
- Stars: 132
- Watchers: 1
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - InBrowserApp/tldr.inbrowser.app - 📝 tldr InBrowser.App is a offline-capable PWA for tldr-pages. Fully runs in your browser. Zero API latency. (Vue)
README
# 📝 tldr InBrowser.App
https://tldr.inbrowser.app
tldr InBrowser.App is an offline-capable PWA for [tldr-pages](https://github.com/tldr-pages/tldr). Fully runs in your browser. Zero API latency.
## ✨ Features
* Autocomplete and search commands.
* Browse by platforms and languages.
* Markdown render and dark mode support.
* Printer-friendly: hide unwanted elements when printing.
* Everything is processed in your browser.
* Works without a network connection using PWA.
* All files are static. No backend servers are needed.
* Zero API latency, no waiting for a response.
* Automatically updates when new tldr-pages are available.## 🧑💻 Develop
```sh
$ npm run dev # Run Dev Server
$ npm run build # Build to dist/
```## 📝 License
MIT License