Table of Contents
A weather app with the ability to upload your own weather data about your surroundings. Users are able to upload live weather reports to a map, where other users may interact and view their reports. Reports are only active for 2 hours, which helps to keep all information up to date for other users.
Ason Yue
Francis Scallatino
Josh O'Halloran
Nick Rucinski
To get a local copy up and running follow these simple example steps.
- Get a free API Key at Google
- Get a free API Key at Pirate Weather
- Clone the repo
git clone https://github.com/TULocalSky/localsky.git
- Enter your API keys in
local.properties
GOOGLE_MAPS_API_KEY=YOURAPIKEYHERE PIRATE_WEATHER_API_KEY=YOURAPIKEYHERE
How to contribute to the project
- See Installation
- Create your Feature Branch (
git checkout -b YourName/Feature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.