Take a break Reminder is an application that aims to remind you of the importance of taking time to do what you want to take a break from your work schedule! Our main goal is teach you how to develop an application using Microsoft Graph JavaScript SDK integrated with Microsoft Teams and Alexa!
- First go to the folder:
demo -> reminder-app
and run the command:
npm install
- Now create a file called:
local.settings.json
(root of the project) and include this information below:
{
"IsEncrypted": false,
"Values": {
"FUNCTIONS_WORKER_RUNTIME": "node",
"AzureWebJobsStorage": ""
},
"Host": {
"LocalHttpPort": 7071,
"CORS": "*"
}
}
- Now you can execute the command:
npm run dev
under construction
- ✅ Microsoft Graph Documentation
- ✅ Graph Explorer
- ✅ Free Courses - Microsoft Graph
- ✅ Microsoft Graph JavaScript SDK
- ✅ Azure Functions Documentation
- ✅ Free Courses - Azure Functions
If you have any questions about the code developed, feel free to open an ISSUE HERE. We'll get back to you soon!