{"id":23525393,"url":"https://github.com/openchargingcloud/ocpiexplorerdesktopapp","last_synced_at":"2025-04-22T11:28:39.948Z","repository":{"id":267065494,"uuid":"899448651","full_name":"OpenChargingCloud/OCPIExplorerDesktopApp","owner":"OpenChargingCloud","description":"An OCPI Explorer as an Electron Desktop App","archived":false,"fork":false,"pushed_at":"2025-01-17T00:41:33.000Z","size":1045,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T14:50:01.013Z","etag":null,"topics":["e-mobility","evcharging","evroaming","ocpi","openapi","opendata"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenChargingCloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-06T09:39:20.000Z","updated_at":"2025-01-17T00:41:34.000Z","dependencies_parsed_at":"2024-12-08T04:24:12.433Z","dependency_job_id":"7807cfba-8ce9-4651-8881-ebf9a16679ab","html_url":"https://github.com/OpenChargingCloud/OCPIExplorerDesktopApp","commit_stats":null,"previous_names":["openchargingcloud/ocpiexplorerdesktopapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenChargingCloud%2FOCPIExplorerDesktopApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenChargingCloud%2FOCPIExplorerDesktopApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenChargingCloud%2FOCPIExplorerDesktopApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenChargingCloud%2FOCPIExplorerDesktopApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenChargingCloud","download_url":"https://codeload.github.com/OpenChargingCloud/OCPIExplorerDesktopApp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250231308,"owners_count":21396439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["e-mobility","evcharging","evroaming","ocpi","openapi","opendata"],"created_at":"2024-12-25T19:09:11.298Z","updated_at":"2025-04-22T11:28:39.938Z","avatar_url":"https://github.com/OpenChargingCloud.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OCPI Explorer DesktopApp\n\nThis project implements the [**Open Charge Point Interface (OCPI)**](https://github.com/ocpi/ocpi) defined by the [EV Roaming Foundation](https://evroaming.org) using [Electron](https://www.electronjs.org), a cross platform Open Source framework for creating native applications with web technologies like Java-/TypeScript, HTML, and (S)CSS. The focus of this project is **testing** and **certification** of the OCPI protocol and 3rd party vendor extensions. This project supports the following protocol versions and extensions:\n\n- [OCPI v2.1.1](https://github.com/ocpi/ocpi/tree/release-2.1.1-bugfixes) *(under development)*\n- [OCPI v2.2.1](https://github.com/ocpi/ocpi/tree/release-2.2.1-bugfixes) *(under development)*\n- [OCPI v2.3.0-rc2](https://github.com/ocpi/ocpi/tree/develop-2.3.0) *(under development)*\n- [OCPI v3.0](https://github.com/ocpi/ocpi/tree/develop-3.0) *(experimental... there be dragons!)*\n\n\n\n## Installation\n\nInstall the required Node.js modules...\n```\n$ npm install\n```\n\n\n## Debugging\n\nIn order to build SCSS styles, TypeScript, to bundle the Electron App using webpack, and to start in debug mode just enter:\n\n```\n./run.sh\n```\n\nAlternatively you can also start the app using a given OCPI Versions URL and an OCPI Acess Token, which might be BASE64 encoded before transmission.    \nAll parameters are optional.\n\n```\n./run.sh --url=https://api.example.org/ocpi2.1/versions --token=abcd --nobase64\n./run.sh --url=https://api.example.org/ocpi2.2/versions --token=abcd\n```\n\n\n\n## Start\n\nIn order to start without debugging:\n\n```\nelectron .\n```\n\nAgain you can also start the app using a given OCPI Versions URL and an OCPI Acess Token, which might be BASE64 encoded before transmission.    \nAll parameters are optional.\n\n```\nelectron . --url=https://api.example.org/ocpi2.1/versions --token=abcd --nobase64\nelectron . --url=https://api.example.org/ocpi2.2/versions --token=abcd\n```\n\n\n## Security\n\n(Security) updates...\n```\n$ npm audit fix\n$ npm update\n```\n\nForced update of all Node.js modules...\n```\n$ ./update.sh\n```\n\n\n## License\n\n[GNU Affero General Public License)](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenchargingcloud%2Focpiexplorerdesktopapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenchargingcloud%2Focpiexplorerdesktopapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenchargingcloud%2Focpiexplorerdesktopapp/lists"}