{"id":29689018,"url":"https://github.com/cutetenshii/burger-king-fr-api","last_synced_at":"2025-07-23T05:39:29.162Z","repository":{"id":209518332,"uuid":"723134597","full_name":"CuteTenshii/burger-king-fr-api","owner":"CuteTenshii","description":"Un wrapper Node.js pour l'API interne de Burger King (site français)","archived":false,"fork":false,"pushed_at":"2024-02-15T10:21:35.000Z","size":82,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-18T17:53:47.685Z","etag":null,"topics":["api","api-wrapper","burger-king"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/burger-king-fr-api","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/CuteTenshii.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"github":"JustYuuto","custom":["https://paypal.me/46354635487464168"]}},"created_at":"2023-11-24T19:24:51.000Z","updated_at":"2025-03-20T11:56:01.000Z","dependencies_parsed_at":"2025-06-17T13:55:45.219Z","dependency_job_id":"eb1ce271-366f-4f18-8688-65b3cc7423a9","html_url":"https://github.com/CuteTenshii/burger-king-fr-api","commit_stats":null,"previous_names":["justyuuto/burger-king-fr-api","cutetenshii/burger-king-fr-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CuteTenshii/burger-king-fr-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuteTenshii%2Fburger-king-fr-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuteTenshii%2Fburger-king-fr-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuteTenshii%2Fburger-king-fr-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuteTenshii%2Fburger-king-fr-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CuteTenshii","download_url":"https://codeload.github.com/CuteTenshii/burger-king-fr-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CuteTenshii%2Fburger-king-fr-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266625465,"owners_count":23958306,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["api","api-wrapper","burger-king"],"created_at":"2025-07-23T05:39:28.198Z","updated_at":"2025-07-23T05:39:29.153Z","avatar_url":"https://github.com/CuteTenshii.png","language":"JavaScript","funding_links":["https://github.com/sponsors/JustYuuto","https://paypal.me/46354635487464168"],"categories":[],"sub_categories":[],"readme":"# Burger King French API wrapper\n\n[![](https://img.shields.io/npm/dm/burger-king-fr-api)](https://www.npmjs.com/package/burger-king-fr-api)\n[![](https://img.shields.io/npm/l/burger-king-fr-api)](LICENSE.txt)\n\nA Node wrapper for the French Burger King API (webapi.burgerking.fr).\n\n## Why this project?\n\nI don't even know myself. It's just funny to order Burger King with a node program 💀\n\n## Installation\n\n```bash\nnpm install burger-king-fr-api\n# or with yarn\nyarn add burger-king-fr-api\n```\n\n## Usage\n\nOk so first import the library and init the client:\n\n```js\nconst BKClient = require('burger-king-fr-api');\n\nconst client = new BKClient();\n```\n\nThen log into your account. You can either log in with an email and a password, or a bearer token (recommended).\n\n```js\nawait client.login('hello@world.fr', 'mySecureP@ssword123');\n// or\nawait client.login('eyJhb.............. a bearer token');\n```\n\n## License\n\nThis package is license under the MIT License. You can view it [here](LICENSE.txt).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutetenshii%2Fburger-king-fr-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcutetenshii%2Fburger-king-fr-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcutetenshii%2Fburger-king-fr-api/lists"}