{"id":24022273,"url":"https://github.com/jakeburden/pull-nets","last_synced_at":"2025-04-05T21:33:46.059Z","repository":{"id":57332027,"uuid":"93701717","full_name":"jakeburden/pull-nets","owner":"jakeburden","description":"a pull-stream interface for the `require('nets')` npm module","archived":false,"fork":false,"pushed_at":"2017-06-08T03:10:56.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T12:34:06.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jakeburden.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-08T03:01:33.000Z","updated_at":"2017-06-08T03:02:14.000Z","dependencies_parsed_at":"2022-09-02T16:12:21.624Z","dependency_job_id":null,"html_url":"https://github.com/jakeburden/pull-nets","commit_stats":null,"previous_names":["jekrb/pull-nets"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-nets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-nets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-nets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeburden%2Fpull-nets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeburden","download_url":"https://codeload.github.com/jakeburden/pull-nets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406076,"owners_count":20933803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-08T13:49:13.931Z","updated_at":"2025-04-05T21:33:46.018Z","avatar_url":"https://github.com/jakeburden.png","language":"JavaScript","readme":"# pull-nets\n\nA small pull-stream interface that makes the [nets](https://github.com/maxogden/nets) npm module into a source.\nFor making GET request in the browser or on the server.\n\n## install\n\n```\nnpm i pull-nets\n```\n\n## usage\n\n```js\nvar nets = require('pull-nets')\nvar pull = require('pull-stream')\n\n\npull(\n  nets('https://scuttlebutt.nz'),\n  pull.drain(function (buf) {\n    console.log(buf.toString())\n  })\n)\n```\n\n### note\n\nthe nature of `nets` is to return a buffer.  so the source isn't really\nstreaming, it runs once and returns a buffer into memory.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fpull-nets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeburden%2Fpull-nets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeburden%2Fpull-nets/lists"}