https://github.com/kantuni/crawler
Y&&Y 2023 Node.js Homework Assignment
https://github.com/kantuni/crawler
Last synced: about 2 months ago
JSON representation
Y&&Y 2023 Node.js Homework Assignment
- Host: GitHub
- URL: https://github.com/kantuni/crawler
- Owner: kantuni
- Created: 2024-06-11T05:55:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T05:33:51.000Z (11 months ago)
- Last Synced: 2025-03-09T20:44:58.997Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://www.youtube.com/live/W3_AbUJHskM
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crawler
To install dependencies:
```bash
bun install
```To run:
```bash
bun start
```This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.