Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 410 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 410 Bytes

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' ]