output-stream
0.3.0 • Public • Published
Example usage
const output = require('output-stream')('repositories.ndjson')
require('rest-collection-stream')('https://api.github.com/search/repositories', {
qs: {
sort: 'stars',
order: 'desc',
q: 'language:javascript'
},
headers: {
'User-Agent': 'rest-collection'
}
}).pipe(output)
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.3.0 | 1 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.3.0 | 1 | |
0.2.0 | 0 | |
0.1.0 | 0 | |
Package Sidebar
Install
Weekly Downloads