https://github.com/andrewmaksimchuk/links
Save links
https://github.com/andrewmaksimchuk/links
bun cookie hono htmx jsx ogp sqlite3 typescript
Last synced: 5 months ago
JSON representation
Save links
- Host: GitHub
- URL: https://github.com/andrewmaksimchuk/links
- Owner: AndrewMaksimchuk
- Created: 2024-07-09T03:43:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T17:15:18.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:52:04.765Z (about 1 year ago)
- Topics: bun, cookie, hono, htmx, jsx, ogp, sqlite3, typescript
- Language: TypeScript
- Homepage:
- Size: 9.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Links


## Resources
- [bun](https://bun.sh/docs/api/sqlite)
- [hono](https://hono.dev/docs/guides/jsx)
- [HTMX](https://htmx.org/reference/#attributes)
- [Pico.css](https://picocss.com/docs)
- [alpine.js](https://alpinejs.dev/start-here)
- [The Open Graph protocol](https://ogp.me/)
- [open-graph-scraper](https://www.npmjs.com/package/open-graph-scraper)
- [https](https://github.com/FiloSottile/mkcert)
### Resources for tests
- [hono cookie](https://github.com/honojs/hono/blob/main/src/helper/cookie/index.test.ts)
- [hono context](https://github.com/honojs/hono/blob/main/src/context.test.ts)
## Debug
Log every event that htmx triggers:
```javascript
htmx.logAll();
```
In chromium base browser in console, what events
a DOM element is firing to use as a trigger:
```javascript
monitorEvents(htmx.find("#theElement"));
```
[List of supported URLs: **routes**](service.router.tsx#L21)
[Commands for import user data to database: **import.sql.bash**](import.sql.bash)
## Example open graph protocol
```html
The Rock (1996)
(528) Bullet Ricochets in Slow Motion! - YouTube
```