https://github.com/gamepowerx/kekupload-lib-ts
A library for KekUpload written in typescript.
https://github.com/gamepowerx/kekupload-lib-ts
typescript
Last synced: 11 months ago
JSON representation
A library for KekUpload written in typescript.
- Host: GitHub
- URL: https://github.com/gamepowerx/kekupload-lib-ts
- Owner: GamePowerX
- License: mit
- Created: 2022-03-05T16:50:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T11:24:46.000Z (about 2 years ago)
- Last Synced: 2025-07-27T09:38:00.922Z (11 months ago)
- Topics: typescript
- Language: TypeScript
- Homepage: https://gamepowerx.com/kekupload-lib-ts
- Size: 169 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
██╗ ██╗███████╗██╗ ██╗██╗ ██╗██████╗ ██╗ ██████╗ █████╗ ██████╗
██║ ██╔╝██╔════╝██║ ██╔╝██║ ██║██╔══██╗██║ ██╔═══██╗██╔══██╗██╔══██╗
█████╔╝ █████╗ █████╔╝ ██║ ██║██████╔╝██║ ██║ ██║███████║██║ ██║
██╔═██╗ ██╔══╝ ██╔═██╗ ██║ ██║██╔═══╝ ██║ ██║ ██║██╔══██║██║ ██║
██║ ██╗███████╗██║ ██╗╚██████╔╝██║ ███████╗╚██████╔╝██║ ██║██████╔╝
╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝╚═════╝
kekupload-lib-ts
```





A library for [kekupload-server](https://oss.kotw.dev/kekupload-server) written in [typescript](https://www.typescriptlang.org/).
## License
This project is licensed under the [Mit License](https://mit-license.org/)
## Usage
npm
```sh
npm install kekupload-lib-ts
```
yarn
```sh
yarn add kekupload-lib-ts
```
## Contributing
More information [here](https://oss.kotw.dev/kekupload-lib-ts/CONTRIBUTE).