Episode

Install Node Modules in your Azure Functions application [8 of 16] | Beginner's Series to: Serverless

Learn how to install Node modules in your Azure Functions application, expanding the capabilities of your logic. First you'll install a library from the npm registry to manipulate dates. Then you'll import the library into your logic and use it to forma the dates in an HTTP GET function. Finally, you'll trigger the function and format the expiration dates of your products.
 
Extra resources: