From 10dc58e854717c6a610fb0847581578cf819c51d Mon Sep 17 00:00:00 2001 From: Guillermo Barila Date: Fri, 10 Aug 2018 12:54:46 -0400 Subject: [PATCH] Modified readme.md file --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 64e3826..bbbafd3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project was the first group project of the Penn Coding Boot Camp. To create an app to find concerts with your favorite artists, having everything you need in one tab. The app let the user search by artist, location and a range of dates, and shows information about the location, gives directions to the venue and displays a link to get tickets. ## Set-up -The users needs to enter their own API keys for the following services: +Users need to enter their own API keys for the following services: 1. Google Maps API 2. Bands in Town API 3. Firebase DB @@ -14,16 +14,16 @@ The users needs to enter their own API keys for the following services: ## Functionality This simple yet powerfull application consists of two parts: a search form and a recent searches section. We would like to implement some new and exciting features in the near future: -**Implemented** +**Implemented**
| Section | Action | | ---------------------|----------------------------------------------------------| | Search | Show up to 10 upcoming shows for a specific artist | | Recent Searches | Show the last (non-repeated) searches among all users | -**Future Development** +**Future Development**
| Feature | Description | | ----------------------|-----------------------------------------------------------------------------| -| Log in | Allow users to log in in order to save their searches and favorite artists | +| Log in | Allow users to log in, in order to save their searches and favorite artists | | More powerful search | Currently the *artist* field is required in order to search. We would like for the user to be able to search by location and/or dates without entering an artist name. We will also add a *genre* field, in order to look for events that match a specific music genre | | Improve maps | The map displayed in the search results will be fully interacive, without leaving the site | | Music sample | A music sample for the artist will be added to the search results |