Skip to content

A few Cloud Functions from my fantasy sports game's backend that rely heavily on async/await, and promise.all() to make multiple nested https requests. The functions are called via cron job.

Notifications You must be signed in to change notification settings

LouieSankey/Darkhorse_Google_Cloud_Functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Darkhorse https://www.darkhorse-dfs.app

This is a sample of the Google Cloud Functions that power my fantasy sports game, Darkhorse.

This sample code shows my clean handling of making multiple nested https requests with promises, 
promise.all(). async/await, and the javascript map and reduce functions. 









About

A few Cloud Functions from my fantasy sports game's backend that rely heavily on async/await, and promise.all() to make multiple nested https requests. The functions are called via cron job.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published