Skip to content

TimothyNaumov/NumberClickerCloudFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Clicker Cloud Functions

Purpose

I created these cloud functions to make it easier and faster to query my database for performance metrics from games played at NumberClicker.com

Documentation

HTTP Requests

NumberClicker.com/api/getFrequencyDistribution

Try it out!

This HTTP request calls the getFrequencyDistribution function that returns the Frequency Distribution list stored in the database. This list is constantly updated by triggers that listen for new values created in my list of scores

Triggers

UpdateFrequencyDistribution

This function is a trigger that is executed when new values are appended to the scores list in the database. Each time a new score is logged, the frequency distribution is updated, as well as the average score and the number of games played.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published