{"id":25974498,"url":"https://github.com/steven2k2/meter-reading","last_synced_at":"2026-06-10T14:31:23.015Z","repository":{"id":279518002,"uuid":"938454147","full_name":"steven2k2/meter-reading","owner":"steven2k2","description":"Simulation of a utility meter reading app.","archived":false,"fork":false,"pushed_at":"2025-03-04T07:01:32.000Z","size":15746,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T02:34:53.921Z","etag":null,"topics":["html5","react","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steven2k2.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":"2025-02-25T01:31:50.000Z","updated_at":"2025-03-04T22:05:22.000Z","dependencies_parsed_at":"2025-03-05T02:31:55.110Z","dependency_job_id":null,"html_url":"https://github.com/steven2k2/meter-reading","commit_stats":null,"previous_names":["steven2k2/meter-reading"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/steven2k2/meter-reading","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven2k2%2Fmeter-reading","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven2k2%2Fmeter-reading/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven2k2%2Fmeter-reading/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven2k2%2Fmeter-reading/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steven2k2","download_url":"https://codeload.github.com/steven2k2/meter-reading/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steven2k2%2Fmeter-reading/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34157453,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["html5","react","webpack"],"created_at":"2025-03-05T02:31:02.488Z","updated_at":"2026-06-10T14:31:23.009Z","avatar_url":"https://github.com/steven2k2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeterTrack\nSimulation of a utility meter reading app.\n\n\n\n[![mobile app](./docs/mobile.png)](./docs/mobile.png)\n\n```bash\nmkdir meter-reading\ncd meter-reading\nnpm init -y\nnpm install webpack webpack-cli --save-dev\n```\n\n```bash\nnpm install --save lodash\n```\n\n```bash\nnpx webpack\n```\n\n```bash\nnpx webpack --config webpack.config.js\n```\n\n```plaintext\n/meter-reading\n│── /src\n├── templates/\n│   │   ├── index.hbs\n│   │   ├── partials/\n│   │   │   ├── header.hbs\n│   │   │   ├── footer.hbs\n│   ├── /components       # Reusable UI components\n│   ├── /services         # API services or business logic classes\n│   ├── /utils            # General utility functions/helpers\n│   ├── /styles           # CSS/SASS stylesheets\n│   ├── index.js          # Main entry file\n│── /dist                 # Webpack output folder\n│── webpack.config.js     # Webpack configuration\n│── package.json          # Project dependencies\n```\n\n```shell\nnpm install webpack webpack-cli webpack-dev-server --save-dev\nnpm install handlebars handlebars-loader html-webpack-plugin --save-dev\nnpm install bootstrap\n\n\n```\n\n```shell\nnpm install dotenv-webpack --save-dev\n```\n## Mochawesome\n\nMochawesome is a custom reporter for use with the Javascript testing framework, mocha. It runs on Node.js (\u003e=10) and works in conjunction with mochawesome-report-generator to generate a standalone HTML/CSS report to help visualise your test runs.\n\n[![mochawesome](./docs/mochawesome.jpg)](./docs/mochawesome.jpg)\n\n### Icons\n\u003ca href=\"https://www.flaticon.com/free-icons/water-meter\" title=\"water meter icons\"\u003eWater meter icons created by Umeicon - Flaticon\u003c/a\u003e\n\u003ca href=\"https://www.flaticon.com/free-icons/electric-meter\" title=\"electric meter icons\"\u003eElectric meter icons created by Freepik - Flaticon\u003c/a\u003e\n\u003ca href=\"https://www.flaticon.com/free-icons/smart-meter\" title=\"smart-meter icons\"\u003eSmart-meter icons created by Smashicons - Flaticon\u003c/a\u003e\nPhoto by Ash Amplifies: https://www.pexels.com/photo/yellow-and-black-striped-3662579/\n\n### Smart Meter icons\n\u003ca href=\"https://www.flaticon.com/free-icons/meter\" title=\"meter icons\"\u003eMeter icons created by Smashicons - Flaticon\u003c/a\u003e      \n---\n\n[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteven2k2%2Fmeter-reading","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteven2k2%2Fmeter-reading","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteven2k2%2Fmeter-reading/lists"}