devchat

0.0.1 • Public • Published

devchat

Build Status codecov

A devchat.tv's client.

Install

$ npm i devchat

Usage

const devchat = require('devchat');

devchat
  .getPodCasts('category')
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

devchat
  .getPodCast('category', 'title')
  .then((res) => {
    console.log(res);
  })
  .catch((err) => {
    console.error(err);
  });

Readme

Keywords

Package Sidebar

Install

npm i devchat

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • hiroppy