UNPKG

github-trending

Version:

A library for fetching the current trending repositories on GitHub.

16 lines (13 loc) 221 B
/* * github-trending * * Copyright(c) 2014 André König <andre.koenig@posteo.de> * MIT Licensed * */ /** * @author André König <andre.koenig@posteo.de> * */ 'use strict'; module.exports = require('./lib/');