Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orchidzz/ticketmaster-events
Just my main template for Express projects
https://github.com/orchidzz/ticketmaster-events
Last synced: 1 day ago
JSON representation
Just my main template for Express projects
- Host: GitHub
- URL: https://github.com/orchidzz/ticketmaster-events
- Owner: orchidzz
- Created: 2023-05-12T01:35:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T18:52:05.000Z (2 months ago)
- Last Synced: 2024-09-16T23:47:35.511Z (2 months ago)
- Language: JavaScript
- Homepage: https://ticketmaster-events.onrender.com
- Size: 775 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find events
Find information of events using Ticketmaster API by inputting location, desired data, and any keywords## To run locally
Clone and run ```npm install``` or ```npm ci``` while inside directory to install dependencies
Create a ```.env``` file with PORT (number), TICKETMASTER_API_KEY (ticketmaster), and GEOCODE_API_KEY (from geoapify.com)
Run ```node app.js``` to start the server
Run ```npm test``` to start Jest tests