Visual Asset Strategic Tools. Capture Building Information for Building Life Management. Open Source/Low Cost Technology Solutions for you to control your buildings
This is based on the video by FreeCodeCamp.org below and also I cloned the git repository to use their code for testing HERE: I’m interested in playing with the React front end, as I’ve been playing with the node.js backend so I felt that this tutorial was an extension. After getting my head around the
I went to a python meetup where one of the presentors was running a Python app using a google cloud function (GCF). I had to have it explained to me what these were, the thicko in the room. It ends up as an online environment that will run your code. It is dormant until you
I’ve been trying to learn server side programming using node js. I’m running node js on localHost and now want to deploy some code that will run so that it can be accessed outside of my PC. I’ve been following the Code Train videos and the one below shows how to do some web application
I’m going to try and follow this tutorial, some of the early ones are stuff I’ve done before, but the reference to the npm video was interesting. Also to the npm site for looking at packages. Two other resources I just want to highlight. 1/ Daniel Shiffman website and 2/ npm website for packages. Objectives
This is based on the video by Brad Traversy below: Just as a tag, there is a wiki api page here. I’m putting it here instead of previous article because the website is going extremely slowly. I liked the idea of this and the beginning part when he was pulling the whole page worked fine.
This is really interesting. Brad Traversy’s Create a Fake REST API with JSON-Server video follows on from my learning post about Node.js with The Coding Train’s tutorials. I’m being pulled in 2 directions at this time, 1/ Trying to get my head around using APIs and building them & 2/ Creating a Node.js server somewhere
I found that there were some plugins for data using shotrtcodes. This is one of them. Corona Virus Data By Duke Yin So this is calling an API to get the data, I’m not sure of the refresh rate.
The next part in the equation. A little AHA! moment. After building the API dash for Covid for NZ I found that it was SLOW! I tried cleaning the code up a bit and that did help but it was still SLOW. I then thought about how plases like John Hopkins and how they were
This is in fact an article How to import JSON data into Google Sheets to create a live COVID-19 chart that I came across on my RSS feed from Datawrapper. I want to follow this as it sort of comes full circle. I’d started my covid data exploration with Google Sheets and importXML() and now,
Developing my covid map using API data pulled in in JSON format has caused me some grief. I have spent a couple of days with no progress at all trying to get variable data pushed through a function to use in a JS Template literal. In the end I had to wrap the whole thing