1.0.8 • Published 3 years ago

beatport-api v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

beatport-api

Travis Build Status

install

npm i beatport-api --save

usage

const beatapi = require('beatport-api');

// for genres
beatapi
.genres()
.then(genres => {
  console.log(genres)
})

// for top 100
beatapi.top100()

// for genre top 100 
beatapi.top100(5)
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

8 years ago