Homepage: lastfm-viewer.vercel.app
lastfm-viewer is a collection of ui web components to view recent scrobbles for a last.fm user, built for: react
solidjs
svelte
This is a monorepo hosting the lastfm-viewer
npm packages:
Install it:
npm i @lastfm-viewer/[react|svelte|solid]
# or
yarn add @lastfm-viewer/[react|svelte|solid]
# or
pnpm add @lastfm-viewer/[react|svelte|solid]
This is a turborepo development monorepo
git clone https://github.com/ZOASR/lastfm-viewer --recurse-submodules
cd lastfm-viewer
npm i
# or
pnpm i
# or
yarn install
pnpm run dev
#or
npm run dev
This Turborepo includes the following packages and apps:
lastfm-viewer-react
: @lastfm-viewer/reactlastfm-viewer-solid
: @lastfm-viewer/solidlastfm-viewer-svelte
: @lastfm-viewer/svelte