๐Ÿ“ฆ songquanpeng / stats-cards

๐Ÿ“„ test-lccn.js ยท 9 lines
1
2
3
4
5
6
7
8
9const lccn_crawler = require('./crawler/leetcode-cn');

async function test() {
  let info = await lccn_crawler("quanpeng")
  console.log(info)
}

test();