Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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