mirror of
https://bitbucket.org/ethauvin/owm-japis.git
synced 2025-04-25 09:47:11 -07:00
Update README.md
This commit is contained in:
parent
911d8b9261
commit
b9a3379c33
1 changed files with 37 additions and 5 deletions
42
README.md
42
README.md
|
@ -1,10 +1,12 @@
|
||||||
<h1>OpenWeatherMap.org JAPIs</h1>
|
<h1>OWM JAPIs</h1>
|
||||||
|
|
||||||
<h4>Java APIs for OpenWeatherMap.org</h4>
|
<h4>Java APIs for OpenWeatherMap.org</h4>
|
||||||
|
|
||||||
OpenWeatherMap.org JAPIs lets you easily access information about current weather, weather forecasts,
|
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
|
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
|
||||||
|
|
||||||
|
|
||||||
<h2>Why to use OWM JAPIs?</h2>
|
<h2>Why to use OWM JAPIs?</h2>
|
||||||
1. Easy to use
|
1. Free
|
||||||
2. Minimize your code
|
2. Easy to use
|
||||||
3. Lessen your efforts
|
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
|
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
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>How to use OWM JAPIs?</h2>
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Bugs / Requests</h2>
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h2>Credits</h2>
|
||||||
|
1. OpenWeatherMap.org
|
||||||
|
|
||||||
|
for providing free weather data and creating easy-to-use web APIs.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h2>License</h2>
|
<h2>License</h2>
|
||||||
Copyright (C)2013 Ashutosh Kumar Singh [me@AKSingh.net]
|
Copyright (C)2013 Ashutosh Kumar Singh [me@AKSingh.net]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue