Skip to content
/ audial Public
forked from mdean808/audial

Like heardle.app but with spotify and slightly better.

License

Notifications You must be signed in to change notification settings

AudunVN/audial

 
 

Repository files navigation

audial is a wordle-style web game, but instead of formulating a word, the user guesses the song.

Expanded from just a song a day, audial also inlcudes:

  • A randomization mode
  • Support for custom playlists
  • Stat and history tracking

Technologies

Development

Clone the repository, install dependencies with yarn install and start the development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of audial:

npm run build

An index.html will become available in docs/.

You can preview the production build with npm run preview.

About

Like heardle.app but with spotify and slightly better.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 64.7%
  • HTML 22.6%
  • TypeScript 8.8%
  • JavaScript 2.5%
  • CSS 1.4%