aslakjo / yrapi

Java api to use the met.no weather locaiton api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Met no api in java form

Using the rest like web api http://api.yr.no/weatherapi/locationforecast/1.5/

Look at the tests for useage. Build useing mvn.

Use at own risk, and please contribute ;)

To develop use

  • Maven
  • netbans by doning mvn netbeans-freeform:generate-netbeans-project
  • open the project and run the tests

To run

  • build the project useing mvn assembly:assembly
  • run the server.rb in with jruby
    • changing ports by setting the enviroment variabel PORT
    • changing the yrapi jar by setting SERVER_JAR enviroment variabel

Known bugs

  • temp graph needs to be relative and have a better ui.

Plans

  • Fix bugs
  • Use the propability features now offerd with yrapi 1.6

About

Java api to use the met.no weather locaiton api


Languages

Language:Java 85.2%Language:Ruby 14.8%