From b9a3379c331e89b009c4b43ded0ebe31400a6988 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Singh Date: Sat, 10 Aug 2013 21:27:55 +0530 Subject: [PATCH] Update README.md --- README.md | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40c81f1..69a23b9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ -

OpenWeatherMap.org JAPIs

+

OWM JAPIs

Java APIs for OpenWeatherMap.org

OpenWeatherMap.org JAPIs lets you easily access information about current weather, weather forecasts, daily forecasts, etc. directly from OpenWeatherMap.org by providing direct, easy-to-configure, and -easy-to-use APIs written in Java. You can use this library to create weather applications using Java. +easy-to-use APIs written in Java. + +You can use this library to create weather applications using Java. @@ -29,9 +31,10 @@ easy-to-use APIs written in Java. You can use this library to create weather app

Why to use OWM JAPIs?

-1. Easy to use -2. Minimize your code -3. Lessen your efforts +1. Free +2. Easy to use +3. Minimize your code +4. Lessen your efforts Using OWM JAPIs, you only need to focus on your application and its user interface, and you can just leave the work of accessing weather and forecast data from OpenWeatherMap.org on this library. This reduces code @@ -39,6 +42,35 @@ in your program and improves the readability and performance of your code. +

How to use OWM JAPIs?

+Add OWM_JAPIs.jar and JSON.jar to your project's libararies directory, and then, code this way: + +1. Create and initialize object of OpenWeatherMap +2. Call this object's functions to get desired data (current weather, forecast, etc.) +3. This object's functions returns desired data in a new object +4. Call this new object's functions to get information about weather + +Using OWM JAPIs is very simple, and anyone with little coding knowledge will feel at home while making use +of this library. Identifiers are written to be self-explanatory and java documentation is also provided. + + + +

Bugs / Requests

+Got a problem, error, or bug in the library? Or want a new feature that's not there in OWM JAPIs? + +Let me know about it, and I will try to solve/add it in the next release. + +Kindly post bugs or feature requests at http://go.aksingh.net/owm-japi-bugs + + + +

Credits

+1. OpenWeatherMap.org + +for providing free weather data and creating easy-to-use web APIs. + + +

License

Copyright (C)2013 Ashutosh Kumar Singh [me@AKSingh.net]