1.0.8 • Published 2 years ago

beatport-api v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.7

2 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

7 years ago