Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlinsk/digitalclock-bun-oop-typescript
Digital clock made with typescript, object-oriented programming and Bun
https://github.com/marlinsk/digitalclock-bun-oop-typescript
bun digitalclock oriented-object-programming typescript
Last synced: 28 days ago
JSON representation
Digital clock made with typescript, object-oriented programming and Bun
- Host: GitHub
- URL: https://github.com/marlinsk/digitalclock-bun-oop-typescript
- Owner: Marlinsk
- Created: 2022-08-23T18:03:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T00:50:32.000Z (about 1 year ago)
- Last Synced: 2024-11-10T02:14:07.502Z (3 months ago)
- Topics: bun, digitalclock, oriented-object-programming, typescript
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digital clock
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.11. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.