Prelude I build multiple minor web apps at work. They might be forms for data collection, or registries with basic CRUD (Create, Read, Update, Delete) capabilities. These are written in HTML/JS/CSS and hosted on SharePoint – utilizing the SharePoint REST API to handle storage and permissions. When data is stored in a SharePoint list, I […]
Category: JavaScript
Accessing MS Graph from static HTML page on SharePoint Online
In my previous post I described how it is possible to host static HTML pages on SharePoint Online by allowing Custom Scripts. After doing so, I wanted to access MS Graph in order to tap into the ever growing data it holds. I had a hard time finding a solution that would allow accessing MS […]
Upgrading NPM on Windows
I recently had to update the NPM version on my laptop to a never version (because I wanted to use NPX – for avoiding globally installing and updating create-react-app). I started by downloading the latest LTS version of Node (which at the time of writing includes NPM version 5.6.0). Ran the installer and found Node to […]