{"id":23122544,"url":"https://github.com/folio-org/ui-erm-usage","last_synced_at":"2025-08-17T02:30:44.007Z","repository":{"id":37336510,"uuid":"138279156","full_name":"folio-org/ui-erm-usage","owner":"folio-org","description":"Stripes UI for managing ERM usage statistics. Funded by European Regional Development Fund (EFRE).","archived":false,"fork":false,"pushed_at":"2025-08-14T09:46:59.000Z","size":3416,"stargazers_count":1,"open_issues_count":2,"forks_count":5,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-08-14T11:31:02.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/folio-org.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2018-06-22T08:51:08.000Z","updated_at":"2025-08-07T11:09:57.000Z","dependencies_parsed_at":"2024-04-17T20:25:43.881Z","dependency_job_id":"af97a2b0-e424-462c-aa5c-8b43ff5f6231","html_url":"https://github.com/folio-org/ui-erm-usage","commit_stats":null,"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"purl":"pkg:github/folio-org/ui-erm-usage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fui-erm-usage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fui-erm-usage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fui-erm-usage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fui-erm-usage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/folio-org","download_url":"https://codeload.github.com/folio-org/ui-erm-usage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/folio-org%2Fui-erm-usage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270798843,"owners_count":24648034,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-17T07:27:59.456Z","updated_at":"2025-08-17T02:30:42.792Z","avatar_url":"https://github.com/folio-org.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ui-erm-usage\n\nCopyright (C) 2018-2022 The Open Library Foundation\n\nThis software is distributed under the terms of the Apache License, Version 2.0. See the file \"[LICENSE](LICENSE)\" for more information.\n\n![Development funded by European Regional Development Fund (EFRE)](EFRE_2015_quer_RGB_klein.jpg)\n\n\n## Introduction\n\nThe ERM-Usage UI Module, or `ui-erm-usage`, is a Stripes UI module for managing usage statistics. It allows to enter credentials for accessing usage data providers. These credentials are used by the backend module [mod-erm-usage](https://github.com/folio-org/mod-erm-usage) to harvest usage statistics periodically.\n\n## Prerequisites\n\nIn order to view and log into the platform being served up, a suitable Okapi backend will need to be running. The [Folio testing-backend](https://app.vagrantup.com/folio/boxes/testing-backend) Vagrant box should work if your app does not yet have its own backend module.\n\nAdditionally, until it is part of the Okapi backends, the [mod-erm-usage](https://github.com/folio-org/mod-erm-usage) module needs to be running.\n\n## Developing and Contributing to ERM-Usage/ERM Modules\n\n* See manual in [FOLIO ERM platform](https://github.com/folio-org/platform-erm#developing-and-contributing-to-erm-modules).\n* If you want to clone ui-erm-usage locally to make local modifications or contribute to it, select _ui-erm-usage_ as a module when executing `stripes workspace`.\n\n## Running\n\nNote that the following commands require that [`stripes-cli`](https://github.com/folio-org/stripes-cli) is installed globally.\n\nRun the following from the ui-erm directory to serve `ui-erm-usage` by itself using a development server:\n```\nstripes serve\n```\n\nNote: When serving up a newly created app that does not have its own backend permissions established, pass the `--hasAllPerms` option to display the app in the UI navigation. For example:\n```\nstripes serve --hasAllPerms\n```\n\nTo specify your own tenant ID or to use an Okapi instance other than http://localhost:9130, pass the `--okapi` and `--tenant` options.\n```\nstripes serve --okapi http://my-okapi.example.com:9130 --tenant my-tenant-id\n```\n\n## Additional information\n\nRead the [Stripes Module Developer's Guide](https://github.com/folio-org/stripes/blob/master/doc/dev-guide.md).\n\nOther [modules](https://dev.folio.org/source-code/#client-side).\n\nSee project [UIEUS](https://issues.folio.org/browse/UIEUS)\nat the [FOLIO issue tracker](https://dev.folio.org/guidelines/issue-tracker).\n\nOther FOLIO Developer documentation is at [dev.folio.org](https://dev.folio.org/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fui-erm-usage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffolio-org%2Fui-erm-usage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffolio-org%2Fui-erm-usage/lists"}