UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

16 lines (12 loc) 247 B
"use strict"; var Client = require("./../lib/index"); var github = new Client({ debug: true }); github.repos.getContent({ owner: "mikedeboer", repo: "node-github", path: "" }, function(err, res) { console.log(err, res); });