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

https://github.com/ovalle15/eventy-frontend-app

Search events in venues that use ticketmaster at specific locations in the world, and get the weather for the day and a map of the event location.
https://github.com/ovalle15/eventy-frontend-app

angular css html javascript ticketmaster-api typescript weather-forecast

Last synced: 3 months ago
JSON representation

Search events in venues that use ticketmaster at specific locations in the world, and get the weather for the day and a map of the event location.

Awesome Lists containing this project

README

          

# Eventy-frontend-app

Search events (venues that use ticketmaster) at specific locations in the world !! Also get the weather for the day and a map of the event location.

Eventy is a frontend application built with Angular. The application uses three different APIs: weatherstack , ticketmaster and mapbox.

![demo](angularEventy.gif)

### To install the application :

1) npm i
2) ng serve --open

### For docker installation:

1) docker pull aolc543/eventy-frontend-app
2) docker run -d -p 80:80 aolc543/eventy-frontend-app