qiita-analyzer

0.0.2 • Public • Published

Qiita Organizations

'use strict';

const Qiita = require('../index.js');
const groupname = 'protoout-studio';
const community = new Qiita(`https://qiita.com/organizations/${groupname}`);

(async () => {
    const cd = {}; // community data

    cd.name = groupname;
    cd.allData = await community.getAllData();

    console.log(cd);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i qiita-analyzer

Weekly Downloads

2

Version

0.0.2

License

ISC

Unpacked Size

4.82 kB

Total Files

7

Last publish

Collaborators

  • n0bisuke