https://github.com/ischaojie/ilikeit
I like it!
https://github.com/ischaojie/ilikeit
cloudflare cloudflare-workers counter like likecounter
Last synced: 11 months ago
JSON representation
I like it!
- Host: GitHub
- URL: https://github.com/ischaojie/ilikeit
- Owner: ischaojie
- Created: 2023-04-06T15:28:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T12:42:42.000Z (about 2 years ago)
- Last Synced: 2025-03-15T01:44:04.099Z (12 months ago)
- Topics: cloudflare, cloudflare-workers, counter, like, likecounter
- Language: TypeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ILIKEIT
> I like it!
## What is it?
This is a simple like counter. It's a serverless application built with Cloudflare Workers.
## Usage
Give a source name, you can get the like count and like it.
- Get like count
```
GET https://ilikeit.chaojie.workers.dev/?source='test'
```
- Like it
```
POST https://ilikeit.chaojie.workers.dev/?source='test'
```