forocoches-api
v1.0.0
Published
Programatic access for Forocoches.
Downloads
2
Readme
forocoches-api
Programatic access for forocoches site.
Install
$ npm install forocoches-api --save
Usage
const forocoches = require('forocoches-api')
const stream = forocoches({
key: process.env.API_KEY,
pages: 2 // number of pages to retrieve
})
API
forocoches(options)
options
key
Required
Type: string
API Key credentials.
pages
Type: number
Default: 1
Number of pages to retrieve
License
MIT © Kiko Beats.