sprobble.xyz

Track your Spotify plays!

MIT License

Stars
5

Built using

  • NextJS
  • Tailwind
  • Shadcn
  • Appwrite

Hosting

Using Appwrite Cloud

Self Hosting

  • You will need to setup your own Appwrite instance, at this time Appwrite cloud does not support relationships so you will need to self host Appwrite version 1.3.7+ yourself. You can easily self host your own instance of Appwrite using Digital Ocean. Find that here
  • You will also need a Spotify app setup. Sign up here.

Once everything above is done, you can run these commands below.

  1. appwrite login
  2. appwrite deploy collection
    • use a to select all collections
  3. appwrite deploy function
    • use a to select all functions
    • Update env variables based on the example.env files in each function directory.