Skip to content

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

License

Notifications You must be signed in to change notification settings

Aniket965/github-topics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published