ShutterScout is an Android application designed for photography enthusiasts to find and save their favorite photography spots, calculate the golden hour, and access weather information for better photo planning.
- Add and Manage Places: Easily save your favorite locations with details and images.
- Golden Hour Calculation: Find the best light for your photos with our golden hour calculator.
- Weather Information: Get real-time weather data to plan your shoots effectively.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
Android Studio (latest version recommended)
JDK (Java Development Kit)
A step-by-step series of examples that tell you how to get a development environment running:
- Clone the repository:
git clone https://github.com/LionRise/shutterscout.git- Open the project in Android Studio:
cd shutterscout- Build the project:
./gradlew assembleDebug- Run the application:
- Use Android Studio's 'Run' button to build and run the application on an emulator or device.
Explain how to run the automated tests for this system:
./gradlew test- Kotlin - The programming language used
- Android Studio - The development platform
- OpenStreetMap - Used for map functionalities
- Meteosource - Used for weather data
- Solarized - Used for Golden Hour calculations
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
See the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details