In an effort to continue playing my trombone after college, I searched Google for a 'community band finder'. To my suprise, there was no such thing in existence, which lead to my motivation for this project.
This repository contains two parts:
- A Python web scraper, found in /resources/web-scraper/, that obtains/updates community band data, with permission from the owners of http://www.community-music.info
- An express.js application that gets all community bands and orchestras within a 75 mile radius of a given location via the Places API
A live version of the application can be found at: http://www.communitybandfinder.com/. Otherwise, you can run the application locally via npm.
npm
npm install
npm start
npm test
- Ryan Williams - rpwilliams
License info for each image can be found in their corresponding /license/ folder.
The code for this project is licensed under the MIT License.
- This application was made possible thanks to the folks at http://www.community-music.info, where the community band data for this application comes from.