syncstream-ai
TypeScript icon, indicating that this package has built-in type declarations

0.1.9 • Public • Published

Getting Started with SyncStream 🪄

Getting started

npm install syncstream
# or
yarn add syncstream
import { OneTap, SyncstreamProvider } from "syncstream-ai";
import "syncstream-ai/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;

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.92latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.92
0.1.80
0.1.71
0.1.60
0.1.51
0.1.40
0.1.30
0.1.20
0.1.10
0.1.01
0.0.270
0.0.260
0.0.250
0.0.241
0.0.231
0.0.220
0.0.210
0.0.200
0.0.190
0.0.180
0.0.172
0.0.160
0.0.151
0.0.140
0.0.130
0.0.120
0.0.110
0.0.101
0.0.90
0.0.80
0.0.71
0.0.51
0.0.41

Package Sidebar

Install

npm i syncstream-ai

Weekly Downloads

14

Version

0.1.9

License

MIT

Unpacked Size

1.7 MB

Total Files

31

Last publish

Collaborators

  • sweetman.eth