e-jigsaw / archivebox-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

archivebox-api

ArchiveBox REST API is alpha.

This read sqlite db with bun sqlite module and serve with hono.

API

GET /snapshots

params

page: string

returns

id: string
title: string
url: string

dev

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.

About


Languages

Language:TypeScript 100.0%