A simple firebase + svelte project to count udroid installations.
Endpoint | Description |
---|---|
/count |
to increment the count and return the current count |
/cur_count |
to return the current count |
No extra parameters are required for the endpoints
check out .env.example
to create a .env
file
curl https://endpoints-url/count
returns a json response
{"downloads":908}
Please don't spam the endpoints :pray:
MIT