@libp2p/http-v1-content-routing
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

@libp2p/http-v1-content-routing

libp2p.io Discuss codecov CI

Use a Routing V1 HTTP service to discover content providers

Table of contents

Install

$ npm i @libp2p/http-v1-content-routing

Browser <script> tag

Loading this module through a script tag will make it's exports available as Libp2pHttpV1ContentRouting in the global namespace.

<script src="https://unpkg.com/@libp2p/http-v1-content-routing/dist/index.min.js"></script>

Example

import { createLibp2p } from 'libp2p'
import { reframeContentRouting } from '@libp2p/reframe-content-routing'

const node = await createLibp2p({
  contentRouters: [
    reframeContentRouting('https://cid.contact/reframe')
  ]
  //.. other config
})
await node.start()

for await (const provider of node.contentRouting.findProviders('cid')) {
  console.log('provider', provider)
}

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Readme

Keywords

none

Package Sidebar

Install

npm i @libp2p/http-v1-content-routing

Weekly Downloads

1

Version

1.0.2

License

Apache-2.0 OR MIT

Unpacked Size

74.4 kB

Total Files

10

Last publish

Collaborators

  • jacobheun
  • npm-service-account-libp2p
  • alanshaw
  • vascosantos
  • achingbrain
  • daviddias