1.2.0 • Published 7 years ago

merkawind-api v1.2.0

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

merkawind-api

Last version Build Status Coverage Status Dependency status Dev Dependencies Status NPM Status Donate

Programatic API access for merkawind.com

Install

$ npm install merkawind-api --save

Usage

const createMerkawindClient = require('merkawind-api')

const merkawind = createMerkawindClient({
  key: process.env.API_KEY, // API Key credentials
  pages: 3, // Numbers or request per each method call [default=Infinity]
  sold: false // Determinate if add or not sold items [default=false]
})

License

MIT © Kiko Beats

1.2.0

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago