0.0.7 • Published 7 years ago

worshiptogether v0.0.7

Weekly downloads
8
License
MIT
Repository
-
Last release
7 years ago

worshiptogether

This module will help you to get API response from website http://www.worshiptogether.com/

examples

const wt = require('worshiptogether')

wt.searchSong('oceans', songs =>  {
    console.log(songs)
})

const wt = require('worshiptogether')

wt.autocomplete('10000', songs =>  {
    console.log(songs)
})

const wt = require('worshiptogether')

wt.searchVideo('10000', songs =>  {
    console.log(songs)
})

const wt = require('worshiptogether')


wt.get('http://www.worshiptogether.com/songs/good-good-father-tomlin', tab =>  {
        console.log(tab)
    })

or

const wt = require('worshiptogether')

wt.searchSong('oceans', songs =>  {
    wt.get(songs[0], tab =>  {
        console.log(tab)
    })
})
0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago