This clicker is no longer being actively maintained, and will only be getting security updates and such, as I have a new, improved clicker here
These are the currently working endpoints, however more are to be developed:
- /clicks - Get the number of clicks (GET)
- Changed API response
- Out of beta because there's nothing else happening
Beta
- Fixed loading time bug (thanks Nia)
- Removed the two CSS files and replaced them with one
index.css
file - Changed the frequency of how often the API was requested from one second to two seconds to reduce stress on the server
- Renamed
manifest.json
tosite.webmanifest
- Renamed
short_name
in manifest file to Clicker App to meet 12 character recommendation
- No changes. Version 1.0 will address >20 second response times
String: Version 0.2-20230701
- Changed cursor image to app icon
- Removed React template files
- Changed the response to a /clicked request
- Previously the JSON response would be
however, it's now been changed to:{ "fieldCount":0, "affectedRows":1, "insertId":0, "serverStatus":2, "warningCount":0, "message":"", "protocol41":true, "changedRows":0 }
{ "clicks": 1 }
- Modified some things in README
String: Version 0.1-20230621
- Design released
- APIS
/clicks
- Get the number of clicks (GET)