Skip to content

Find songs, artists and albums in Spotify with Moogle!

Notifications You must be signed in to change notification settings

educorzo/Moogle

Repository files navigation

Moogle

A Spotify albums, tracks and artists searcher. Check it here.

Introduction

This was an intensive exercise to learn basic thing of VueJS in just one week. I would like to add new functionality and improve this solution in the future.

There were a lot of commits to track the process of this exercise, but they were lost in a private repo.

Instructions

Install dependencies.

$ npm install

Run the app

$ npm run serve

Note: The server must run in the port 8080 of your localhost, otherwise spotify configuration must to be modified.

Run tests

$ npm run test:unit
$ npm run test:e2e

Run lint

$ npm run lint

Build

$ npm run build

The build is intended for GitHub pages. When building the app, the generated dist folder is prepared for working properly in github pages (assets folders are not allowed in Github pages yet). When the PR is approved against Master branch, Github actions will test and deploy the website automatically.

About

Find songs, artists and albums in Spotify with Moogle!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published