Skip to content

madaghaxx/groupie-tracker-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Groupie Tracker

Description

Groupie Trackers is a program written in go consists on receiving artist details from an API, manipulate the data contained in it, and display the informations (artists, locations and dates) on a user friendly website.

Features

  • The program uses go routines and channels to enable concurrent flow and fast response time.
  • The program fetches banners from YouTube music and use them as a background in artist page.

Usage

git clone https://github.com/xySaad/groupie-tracker
cd groupie-tracker
go run ./app
Server running on http://localhost:8080

Tests

run the server first

go run ./app

then run the tests (in another terminal)

go test ./tests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.2%
  • CSS 16.7%
  • HTML 9.7%
  • JavaScript 1.4%