Skip to content

An integration service to provide openweathermap.org API

License

Notifications You must be signed in to change notification settings

GLinBoy/weather-api

Repository files navigation

World Weather API

A simple application to Integration Open Weather Map.

NOTE 1: I couldn't call Open Weather Map API, thus I used rapidapi.com API.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

World Weather API needs only Maven to run or build; The project also include Maven wrapper but you can use local Maven too;

Running from the source

  1. clone the project on your system:

    git clone https://github.com/GLinBoy/weather-api.git

  2. go to the World Weather API directory

    cd weather-api

  3. Run application with Maven or use Maven Wrapper:

    ./mvnw

Installing

Please, let me finish project and then give you installation instructions 😊

Running the tests

Run this command on root of project:

./mvnw clean test

Break down into end to end tests

I didn't develop any test for project, YET, but I will add tests as soon as possible.

And coding style tests

I didn't develop any test for project, YET, but I will add tests as soon as possible.

Deployment

It's like any Spring Boot application If you been familiar with them, creating a JAR file then run it on your production server, otherwise please check Installing section.

Built With

  • Kotlin - Main Development language
  • Spring Boot - For IOC and loose coupling
  • Maven - for dependency management and build tools

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

This section filled by your question 😊

About

An integration service to provide openweathermap.org API

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages