https://github.com/vmfunc/book-search
https://github.com/vmfunc/book-search
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vmfunc/book-search
- Owner: vmfunc
- Created: 2025-02-12T09:24:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:27:38.000Z (about 1 year ago)
- Last Synced: 2025-10-04T04:51:27.595Z (4 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - vmfunc/book-search - (TypeScript)
README
# booksearch
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.