Skip to content

Commit

Permalink
😺 Add Github icon
Browse files Browse the repository at this point in the history
  • Loading branch information
igrybkov committed Jan 8, 2019
1 parent 04cae17 commit db1e6b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/github/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
'use strict'

const config = require('../config')

const getIcon = () => {
return {
path: 'icons/github.png'
}
}

const CONFIG_TOKEN = 'github.token'

exports.getIcon = getIcon

const getTasks = async () => {
return []
}

exports.getTasks = getTasks

0 comments on commit db1e6b6

Please sign in to comment.