Package Exports
- easysurfshop-api
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (easysurfshop-api) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
easysurfshop-api
Programatic API access for easy-surfshop.com
Install
$ npm install easysurfshop-api --saveUsage
const easysurfshop = require('easysurfshop-api')
const stream = easysurfshop({
key: process.env.API_KEY, // API Key credentials
itemsPerPage: 10000 // Number of items per page [default=10000]
})License
MIT © Kiko Beats