{"id":16546712,"url":"https://github.com/dallegoet/edf-api","last_synced_at":"2025-03-16T19:32:36.660Z","repository":{"id":34080053,"uuid":"169162619","full_name":"dallegoet/edf-api","owner":"dallegoet","description":"EDF API client reverse engineered for javascript","archived":false,"fork":false,"pushed_at":"2024-06-18T15:19:37.000Z","size":1931,"stargazers_count":8,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T12:44:52.582Z","etag":null,"topics":["api","edf","reverse-engineering","sdk"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dallegoet.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":"2019-02-04T22:54:40.000Z","updated_at":"2023-11-08T20:55:27.000Z","dependencies_parsed_at":"2024-10-27T11:11:08.735Z","dependency_job_id":"f3669b8a-309a-4809-9a4d-18e5974c4c89","html_url":"https://github.com/dallegoet/edf-api","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":"0.22580645161290325","last_synced_commit":"d91b8c9fbe88b4fd55d1cd0a861c90059494ee29"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dallegoet%2Fedf-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dallegoet%2Fedf-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dallegoet%2Fedf-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dallegoet%2Fedf-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dallegoet","download_url":"https://codeload.github.com/dallegoet/edf-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826797,"owners_count":20354221,"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":["api","edf","reverse-engineering","sdk"],"created_at":"2024-10-11T19:11:25.867Z","updated_at":"2025-03-16T19:32:36.330Z","avatar_url":"https://github.com/dallegoet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edf-api\n\n\u003e EDF API client reverse engineered for javascript\n\n:no_entry: [DEPRECATED] No longer works, the edf api has been modified.\n\n[![NPM](https://img.shields.io/npm/v/@dallegoet/edf-api.svg)](https://www.npmjs.com/package/@dallegoet/edf-api) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nyarn add \"@dallegoet/edf-api\"\n```\n\n## Usage\n\n```js\nimport { Client } from '@dallegoet/edf-api';\nimport moment from 'moment';\n\nconst client = new Client('email', 'password'); // from edf.fr\n\nconst begin = moment().startOf('month');\nconst end = moment();\n\nclient.getDailyElectricConsumptions(begin, end).then(console.log);\n\n// output\n{ dailyElecEnergies:\n   [ { consumption: [Object],\n       day: '2019-02-02',\n       standingCharge: 0.368,\n       totalCost: 2.8453,\n       qualityIndicator: 1,\n       consumptionStatus: 'normal' } ],\n  monthlyElecEnergies:\n   [ { month: '2019-02',\n       beginDay: '2019-02-01',\n       endDay: '2019-02-05',\n       standingCharge: 0.368,\n       totalCost: 2.8453,\n       consumption: [Object] } ] }\n```\n\n## License\n\nMIT © [dallegoet](https://github.com/dallegoet)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdallegoet%2Fedf-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdallegoet%2Fedf-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdallegoet%2Fedf-api/lists"}