0.3.11 • Published 9 months ago

@syncstreamai/syncstream v0.3.11

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

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.

0.3.11

9 months ago

0.3.10

9 months ago

0.3.9

9 months ago

0.3.8

9 months ago

0.3.7

9 months ago

0.3.6

9 months ago

0.3.5

10 months ago

0.3.4

10 months ago

0.3.0

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.3

10 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.12

11 months ago

0.1.11

11 months ago

0.1.10

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago