Wind Turbine Location Visualizer is a web application that visualizes wind turbine locations across the United States. Users can select any region inside the US using a rectangle tool, and the application will provide data for wind turbines within the selected region.
- Draw a rectangle on the map to select a region inside the US.
- View wind turbine data for the selected region.
- The application will only consider the region if at least one point is inside the US.
- Error message will be displayed if all points of the region are outside of the US.
- Error message will be displayed if there are no wind turbines in the selected region.
These instructions will get you a copy of the project up and running locally.
- Node.js
- C++ compiler
- Boost >= 1.75.0
- CMake
- Clone the repository
git clone https://github.com/AnthonyYao7/Group81HoldThe1_COP3530_P3.git
- Navigate into the project directory
- Build using CMake
- Run npm run build
- Done
- Download a release for your OS
- cd /App/ApplicationMain
- ./AppMain
- A browser window should pop up with our app running