/github-topics

node module for getting list of topics of a repository on GitHub

Primary LanguageJavaScriptMIT LicenseMIT

github-topics

node module for getting list of topics of a repository on github

NPM

Install

npm install github-topics

Usage

var github_topics = require('github-topics');
var topics = github_topics.gettopics('https://github.com/Aniket965/blog');
console.log(topics);
// output
// [ 'blog', 'jekyll', 'website', 'projects' ]