0.1.0 • Published 7 years ago

capture-github-kusa v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

capture-github-kusa

Build Status styled with prettier

Caputre github kusa

Install

$ npm install capture-github-kusa

Usage

const fs = require('fs');
const captureGithubKusa = require('capture-github-kusa');

captureGithubKusa('akameco').then(img => {
  fs.writeFileSync('github.png', img)
})

github.png

API

captureGithubKusa(username)

username

Type: string

GitHub username.

License

MIT © akameco