socialblade-tool

A promise based tool to return some social blade metric on youtube channels

Usage no npm install needed!

<script type="module">
  import socialbladeTool from 'https://cdn.skypack.dev/socialblade-tool';
</script>

README

socialblade-tool

A promise based tool to return some social blade metric on youtube channels

const socialbladeTool=require('socialblade-tool'),

socialbladeTool.getSocialBladeMetrics(<channel id>).then(function (metrics) {
    console.log(metrics)
})