@syncstreamai/syncstream
TypeScript icon, indicating that this package has built-in type declarations

0.3.11 • Public • Published
syncstream logo

Table of Contents

Additional Reading

Getting Started

npm install @syncstreamai/syncstream
# or
yarn add @syncstreamai/syncstream
import { OneTap, SyncstreamProvider } from "@syncstreamai/syncstream";
import "@syncstreamai/syncstream/dist/index.css";

const App = () => {
  return (
    <div
      style={{
        background: "black",
        width: "100vw",
        height: "100vh",
      }}
    >
      <SyncstreamProvider clientId="EXAMPLE_CLIENT_ID">
        <OneTap contextUri="spotify:artist:2hlmm7s2ICUX0LVIhVFlZQ" />
      </SyncstreamProvider>
    </div>
  );
};

export default App;

Contributing to Syncstream

If you would like to become a Syncstream contributor, the first step is to read the contributing guide here in its entirety.

Package Sidebar

Install

npm i @syncstreamai/syncstream

Weekly Downloads

25

Version

0.3.11

License

MIT

Unpacked Size

1.74 MB

Total Files

41

Last publish

Collaborators

  • sweetman.eth
  • sidneyswift