{"id":30668185,"url":"https://github.com/queaxtra/infoberg","last_synced_at":"2026-04-15T16:03:06.080Z","repository":{"id":195935521,"uuid":"693989396","full_name":"Queaxtra/infoberg","owner":"Queaxtra","description":"Unofficial Codeberg.org module.","archived":false,"fork":false,"pushed_at":"2023-09-20T05:42:08.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-09-20T07:22:55.114Z","etag":null,"topics":["codeberg","javascript","module","nodejs","nodejs-modules","npm","npm-module"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/infoberg","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/Queaxtra.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}},"created_at":"2023-09-20T05:41:45.000Z","updated_at":"2023-09-20T07:23:00.015Z","dependencies_parsed_at":"2023-09-20T07:22:58.466Z","dependency_job_id":null,"html_url":"https://github.com/Queaxtra/infoberg","commit_stats":null,"previous_names":["queaxtra/infoberg"],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Queaxtra/infoberg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queaxtra%2Finfoberg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queaxtra%2Finfoberg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queaxtra%2Finfoberg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queaxtra%2Finfoberg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Queaxtra","download_url":"https://codeload.github.com/Queaxtra/infoberg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Queaxtra%2Finfoberg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273051827,"owners_count":25037077,"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-31T02:00:09.071Z","response_time":79,"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":["codeberg","javascript","module","nodejs","nodejs-modules","npm","npm-module"],"created_at":"2025-08-31T23:09:55.505Z","updated_at":"2026-04-15T16:03:05.987Z","avatar_url":"https://github.com/Queaxtra.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# infoBerg\r\nUnofficial [Codeberg.org](https://codeberg.org/) module.\r\n\r\n## 🛠 Installation\r\nYou can download the module using NPM or PNPM.\r\n`npm i infoberg` | `pnpm i infoberg`\r\n\r\n## 📁 Usage (User Info)\r\n- User information fetch;\r\n```js\r\nconst infoBerg = require('infoberg');\r\n\r\ninfoBerg.user.getInfo('queaxtra').then((data) =\u003e {\r\n    console.log(data);\r\n});\r\n```\r\n\r\n```json\r\n{\r\n  username: 'Queaxtra',\r\n  full_name: 'Real Queaxtra',\r\n  email: 'queaxtra@noreply.codeberg.org',\r\n  avatar_url: 'https://codeberg.org/avatars/fa98ee3918d9b6ddb73be96d04c12e611d49184525e7482c7fe3e6ffa385388e',\r\n  location: 'Turkey',\r\n  website: 'https://www.queaxtra.me/',\r\n  description: 'Front-end Developer',\r\n  followers_count: 0,\r\n  following_count: 0\r\n}\r\n```\r\n\r\n- Fetching user repositories;\r\n```js\r\nconst infoBerg = require('infoberg');\r\n\r\ninfoBerg.user.getRepositories('queaxtra').then((repositories) =\u003e {\r\n    console.log(repositories);\r\n});\r\n```\r\n\r\n```json\r\n[\r\n  {\r\n    name: 'queaxtra.me',\r\n    description: 'Offical codes of my website.',\r\n    language: 'Svelte',\r\n    stars: 0,\r\n    forks: 0,\r\n    url: 'https://codeberg.org/Queaxtra/queaxtra.me'\r\n  },\r\n  {\r\n    name: 'infoBerg',\r\n    description: 'Unofficial Codeberg.org module.',\r\n    language: 'Javascript',\r\n    stars: 0,\r\n    forks: 0,\r\n    url: 'https://codeberg.org/Queaxtra/infoBerg'\r\n  },\r\n]\r\n```\r\n## 📁 Usage (Orgs Info)\r\n- Organization information fetch;\r\n```js\r\nconst infoBerg = require('infoberg');\r\n\r\ninfoBerg.orgs.getInfo('unoxdevs').then((data) =\u003e {\r\n    console.log(data);\r\n});\r\n```\r\n\r\n```json\r\n{\r\n  name: 'UnoxDevs',\r\n  avatar_url: 'https://codeberg.org/avatars/c68aea10222879d4f31526976c6d99640c9f6cb9306396897c9547ecbef202b4',\r\n  description: 'Think, Plan, Do.',\r\n  website: 'https://unoxdevs.fun/',\r\n  location: 'Turkey'\r\n}\r\n```\r\n\r\n- Fetching organization repositories;\r\n```js\r\nconst infoBerg = require('infoBerg');\r\n\r\ninfoBerg.orgs.getRepositories('unoxdevs').then((repositories) =\u003e {\r\n    console.log(repositories);\r\n});\r\n```\r\n\r\n```json\r\n[\r\n  {\r\n    name: 'website',\r\n    description: 'Website source codes.',\r\n    language: 'Svelte',\r\n    stars: 0,\r\n    forks: 0,\r\n    url: 'https://codeberg.org/UnoxDevs/website'\r\n  },\r\n  {\r\n    name: 'blog',\r\n    description: 'It is the source code of our own blog site.',\r\n    language: 'Svelte',\r\n    stars: 0,\r\n    forks: 0,\r\n    url: 'https://codeberg.org/UnoxDevs/blog'\r\n  }\r\n]\r\n```\r\n## ✨ Note\r\nPlease contact us if you have encountered a bug or error.\r\nhttps://t.me/unoxdevs","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueaxtra%2Finfoberg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueaxtra%2Finfoberg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueaxtra%2Finfoberg/lists"}