mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
12 lines
236 B
CoffeeScript
12 lines
236 B
CoffeeScript
adn = require('adn')
|
|
pinboard = require('pinboard')
|
|
delicious = require('delicious')
|
|
github = require('github')
|
|
|
|
Site =
|
|
init: ->
|
|
adn.init 'imathis', { count: 3 }, (posts)->
|
|
console.log posts
|
|
|
|
module.exports = Site
|