Relative Content

Tag Archive for javascriptgithub

Get latest version of GitHub Repo in JavaScript

I’m looking to build a function into an existing JS software toolset that can read the latest release version of the toolset itself from GitHub.
I have a JS function already to read what the currently installed version is (from the ReadMe), and I want to compare the current version against the latest available on the repo.