GithubHelp home page GithubHelp logo

tartuden / band-concert-tracker Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 1.49 MB

Groupie Trackers consists on receiving a given API and manipulate the data contained in it, in order to create a site, displaying the information.

Go 44.46% HTML 55.54%
geolocalization golang js json webserver website

band-concert-tracker's Introduction

Band Concert Tracker

Authors

To run

go run .
http://localhost:8080/

Objectives

Trackers consists of receiving a given API and manipulating the data contained in it, in order to create a site, displaying the information.

It will be given an API, that consists of four parts:

The first one, artists, contains information about some bands and artists like their name(s), image, in which year they began their activity, the date of their first album and the members.

The second one, locations, consists of their past and/or upcoming concert locations.

The third one, dates, consists of their last and/or upcoming concert dates.

And the last one, relation, links all the other parts, artists, dates, and locations. Alt text

The Filters feature:

Consists of letting the user filter the artists/bands that will be shown. The visual effects of filters are done using JS on the Client side and the logic on the Server side using Golang. Alt text - selecting filters

The Geolocalization feature:

Consists of mapping the different concerts locations of a certain artist/band given by the Client. A process of converting addresses (ex: Germany Mainz) into geographic coordinates (ex: 49,59380 8,15052) which we use to place markers for the concerts locations of a certain artist/band on a map is used. Google API map was used for this project. Alt text - selected locations of concerts

NB! Set API key in: "visualization/structs.go" and "visualization/mapTempl/map.html"

Usage

This project helped us to learn about:

Manipulation and storage of data HTML Manipulation of Maps API Geolocation, geocoding, etc Event creation and display JSON files and format

Testing

The project has a unit tests file that tests some routine functions with coverage of about 30%.

Unsolved Issues

  1. SearchBar needs to be implemented

band-concert-tracker's People

Contributors

pomog avatar tartuden avatar

Stargazers

 avatar  avatar

Watchers

 avatar

band-concert-tracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.