New plugin which uses the local repository JSON file instead of the networked JSON file
Installer and uninstaller for the local JSON plugin
Installer and uninstaller for the local plugin which uses networked JSON
Updates the README.md to include usage of these files
Adds no changes to the previously existing files except README.md
The new plugin has a few tiny changes. The difference is that the requests package was removed from the non-networked plugin, and the JSON web request was replaced with a local file read into a JSON object in that plugin.
This pull request includes:
The new plugin has a few tiny changes. The difference is that the requests package was removed from the non-networked plugin, and the JSON web request was replaced with a local file read into a JSON object in that plugin.