{"id":17280852,"url":"https://github.com/initerworker/blih-api","last_synced_at":"2025-03-26T15:22:13.450Z","repository":{"id":143861314,"uuid":"59864019","full_name":"IniterWorker/blih-api","owner":"IniterWorker","description":"A simple interface in JavaScript to use the Epitech system.","archived":false,"fork":false,"pushed_at":"2017-01-18T14:03:57.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T18:43:48.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/IniterWorker.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":"2016-05-27T21:24:45.000Z","updated_at":"2019-04-20T01:54:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"0686a9a4-e002-49a2-a685-644c3e79aa91","html_url":"https://github.com/IniterWorker/blih-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Fblih-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Fblih-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Fblih-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IniterWorker%2Fblih-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IniterWorker","download_url":"https://codeload.github.com/IniterWorker/blih-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245678909,"owners_count":20654738,"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":[],"created_at":"2024-10-15T09:22:12.049Z","updated_at":"2025-03-26T15:22:13.421Z","avatar_url":"https://github.com/IniterWorker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n@Author: Walter Bonetti \u003cIniterWorker\u003e\n@Date:   2016-05-27T23:25:24+02:00\n@Email:  walter.bonetti@epitech.eu\n@Last modified by:   initerworker\n@Last modified time: 2016-06-12T22:54:35+02:00\n@License: MIT\n--\u003e\n\n[![npm version](https://badge.fury.io/js/blih-api.svg)](https://badge.fury.io/js/blih-api)\n\n# blih-api\nA simple interface in JavaScript to use the Epitech system.\n\n\n#### 1. Install\n\n```sh\nnpm install --save blih-api\n```\n\n#### 2. Starter\n\n```js\nvar blihApi = require('blih-api');\nvar Blih = new blihApi(\"email\", \"passwordUnix\");\n\n/**\n * Blih function - get all repositories name\n * @param  {function} callback function(error, data)\n */\nBlih.getRepositories(function (error, data) {\n  if (error)\n    console.error(error);\n\n  for (key in data.repositories)\n  {\n    console.log(key);\n  }\n});\n```\n\n#### 3. Generate Documentation\n```sh\ngulp doc\n```\n\n#### Auteur\nWalter Bonetti (bonett_w Epitech Lyon 2020)\n\n_MIT_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finiterworker%2Fblih-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finiterworker%2Fblih-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finiterworker%2Fblih-api/lists"}