{"id":16925140,"url":"https://github.com/hiroppy/devchat","last_synced_at":"2026-04-12T20:35:44.175Z","repository":{"id":66361373,"uuid":"94875572","full_name":"hiroppy/devchat","owner":"hiroppy","description":"A devchat.tv's client.","archived":false,"fork":false,"pushed_at":"2020-08-17T02:53:32.000Z","size":49,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T01:28:27.678Z","etag":null,"topics":["devchat"],"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/hiroppy.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":"2017-06-20T09:46:02.000Z","updated_at":"2017-06-20T23:22:21.000Z","dependencies_parsed_at":"2023-02-22T12:31:19.548Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/devchat","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hiroppy/devchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdevchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdevchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdevchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdevchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/devchat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fdevchat/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265292238,"owners_count":23742015,"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":["devchat"],"created_at":"2024-10-13T20:08:54.826Z","updated_at":"2026-04-12T20:35:39.146Z","avatar_url":"https://github.com/hiroppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# devchat\n[![Build Status](https://travis-ci.org/abouthiroppy/devchat.svg?branch=master)](https://travis-ci.org/abouthiroppy/devchat)\n[![codecov](https://codecov.io/gh/abouthiroppy/devchat/branch/master/graph/badge.svg)](https://codecov.io/gh/abouthiroppy/devchat)\n[![npm version](https://badge.fury.io/js/devchat.svg)](https://badge.fury.io/js/devchat)\n\n\nA [devchat.tv](https://devchat.tv/)'s client.\n\n## Install\n```\n$ npm i devchat\n```\n\n## Usage\n```javascript\nconst devchat = require('devchat');\n\ndevchat\n  .getPodCasts('category')\n  .then((res) =\u003e {\n    console.log(res);\n  })\n  .catch((err) =\u003e {\n    console.error(err);\n  });\n\ndevchat\n  .getPodCast('category', 'title')\n  .then((res) =\u003e {\n    console.log(res);\n  })\n  .catch((err) =\u003e {\n    console.error(err);\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fdevchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fdevchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fdevchat/lists"}