0.0.7 • Published 6 years ago

worshiptogether v0.0.7

Weekly downloads
8
License
MIT
Repository
-
Last release
6 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

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago