ramses-lopez / where-is-my-band

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is my band 🤘

Web application made with ❤️ by irvingv8 and ramses-lopez for VanHackaton 4.0.

Site is Available at: https://ramses-lopez.github.io/where-is-my-band/

Where is my band (WIMB) is a React single page application, jumpstarted with Create-React-App, which pulls data from the public API of bandsintown.com.

WIMB allows you to search for your favorite band, read a little excerpt from its Wikipedia page, check its upcoming presentations, and check the location of the venue in google maps. Also, it saves the last artist you searched for later!

How to use WIMB

You will need:

  • A recent version of NodeJS
  • Connection to the internet 🚀

Clone the repository

git clone git@github.com:ramses-lopez/where-is-my-band.git

Install dependencies with your favorite package manager

yarn install #or npm install

Start the application

npm start

WIMB include some tests

npm test

How to deploy :shipit:

After cloning the repo and installing all dependencies, you can do npm eject to separate the app from Create React App, and deploy it using any standard web server, such as Nginx, NodeJS + ExpressJS, or any other web server.

Being a SPA, it is very CDN friendly.

About


Languages

Language:JavaScript 93.0%Language:HTML 6.6%Language:CSS 0.4%