2.0.6 • Published 9 years ago

songsterr v2.0.6

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

node-songsterr

Unofficial extended Songsterr Client for Node.js

This package provides simplified access to public tab data of Songsterr.

Documentation

Get tab info by url responds with tabInfo

getTabByUrl: function (url, callback)

Get tab info by song id responds with tabInfo

getTabBySongId: function (url, callback)

Get tab info by revision id responds with tabInfo

getTabByRevisionId: function (url, callback)

Get Latest Song Id responds with Integer

getLatestSongId: function (callback)

callback format

function (error, response)

sample tabInfo as response in callback

{ title: 'Canon In C',
  artist: { id: '12024', name: 'Pachelbel' },
  gp5: 'http://d12drcwhcokzqv.cloudfront.net/18018423.gp5',
  songId: '90818',
  tabId: '163940',
  revisionId: '264243' }

Check if url is valid songsterr tab. Only check if the url has the correct format, not if the tab actually exists.

isSongsterrTab: function (url, callback)
2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

10 years ago