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

https://github.com/victorpaularony/visualizations

this website displays artists details and band details
https://github.com/victorpaularony/visualizations

css3 golang html5 javascript script shell spotify

Last synced: 2 months ago
JSON representation

this website displays artists details and band details

Awesome Lists containing this project

README

          

# Visualizations

Visualizationsis an application designed to help users manage and track their favorite music groups and artists. With a user-friendly interface, you can easily view your favorite bands, ensuring you never miss a concert or album release.

## Technologies Used

- **Frontend**: HTML, CSS, JavaScript
- **Backend**: Node.js, golang

## Installation

To get started with Groupie Tracker, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/VictorPaulArony/visualizations.git
```
Navigate into the project directory:

```bash
cd visualizations
```

Start the application:

```bash
go run main.go
```

Or use the script

```bash
./script
```

Open your browser and go to http://localhost:1234 (or the port specified in your configuration).

## Contributing
Contributions are welcome! If you would like to contribute to Groupie Tracker, please follow these steps:

1. Fork the repository.
2. Create a new branch (git checkout -b feature/YourFeature).
3. Make your changes and commit them (git commit -m 'Add some feature').
4. Push to the branch (git push origin feature/YourFeature).
5. Open a pull request.