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.
- Host: GitHub
- URL: https://github.com/ovalle15/eventy-frontend-app
- Owner: ovalle15
- Created: 2021-06-04T16:18:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T16:42:32.000Z (over 4 years ago)
- Last Synced: 2025-03-31T09:21:24.564Z (over 1 year ago)
- Topics: angular, css, html, javascript, ticketmaster-api, typescript, weather-forecast
- Language: TypeScript
- Homepage:
- Size: 63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### 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