An open API service indexing awesome lists of open source software.

https://github.com/elias-knodel/thatsmyjam

Spotify 3x3 | Serverless Chart & Statistics
https://github.com/elias-knodel/thatsmyjam

client-side-rendering csr spotify-web-api svelte svelte5 svelterunes

Last synced: 7 months ago
JSON representation

Spotify 3x3 | Serverless Chart & Statistics

Awesome Lists containing this project

README

          

# Spotify 3x3 Generator

Roadmap:

- [ ] Add data privacy info
- [ ] Add "social" (github) links
- [ ] Refine UI Shifting
- [ ] Better jwt / "login" status handling
- [ ] Add function to export to image

## Developing

Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:

```bash
bun dev --open
```

## Building

To create a production version of your app:

```bash
bun build
```

You can preview the production build with `bun preview`.

> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.