Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightweight-component/little-helper
Little Helper for Cloudflare workers
https://github.com/lightweight-component/little-helper
cloudflare cloudflare-workers helper tools utility
Last synced: about 5 hours ago
JSON representation
Little Helper for Cloudflare workers
- Host: GitHub
- URL: https://github.com/lightweight-component/little-helper
- Owner: lightweight-component
- License: apache-2.0
- Created: 2024-06-13T08:39:38.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:55:14.000Z (5 months ago)
- Last Synced: 2024-06-21T04:42:50.216Z (5 months ago)
- Topics: cloudflare, cloudflare-workers, helper, tools, utility
- Language: TypeScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![TypeScript](https://img.shields.io/badge/TypeScript-4.9.4-blue.svg?style=flat&logo=Typescript&logoColor=white)](https://www.typescriptlang.org/)
[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true&style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:[email protected])
[![QQ群](https://framework.ajaxjs.com/static/qq.svg)](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)# Little Helper
![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-F69652?style=flat&logo=cloudflare&logoColor=white)
![GitHub License](https://img.shields.io/github/license/sp42/little-helper)
![GitHub Repo stars](https://img.shields.io/github/stars/sp42/little-helper)Little Helper for Cloudflare Workers, providing many util components in this single library. Powered on [Hono Framework](https://hono.dev/).
Chinese Documents 中文文档 👉 [Here](README_zh.md).
API Documents at [little-helper-api-doc.ajaxjs.com](https://little-helper-api-doc.ajaxjs.com/). U can view the document for each module in this doucments by clicking the moudle name. The version for Chinese is on the road.
---
# ⭐ Features
In a set of code, provide the following API interfaces:
|||
|---|----|
|![](asset/docs/1.jpg)|![](asset/docs/2.jpg)|# 🏗️ Deployment
## ⚡ Fast way## 🪧 For developers to install
If u r a developer, u want to code it, then u should install all environments. It's a project of standard NodeJS, so u just install the dependences by:```
npm install
```
And then run it:npm run dev
Beware of the version for NodeJS, I'm using v20.13.1. Plus this is a project of [Cloudflare Wrangler](https://developers.cloudflare.com/workers/wrangler/).
```
npm run deploy
```# 🚗 Roadmap
- More and more utils to come.
- Make adapt to other factory like: Vercel Edge, Netlify, AWS Lambda.
- Analytics enhancements for all features by [Workers Analytics Engine](https://developers.cloudflare.com/analytics/analytics-engine).