Skip to content

tdaliviu/BetterWeather

 
 

Repository files navigation

BetterWeather

This is the repository for BetterWeather Extension for DashClock on Android.

This project was imported into GitHub, to see earlier commit history visit the BitBucket repo.

License

Copyright 2013-2016 Marc-André Dufresne

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

	http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Custom Sensor API

The format of the "local_sensor_endpoint" file is as follows:

{ "http://api.endpoint/",
  "0/LocatedInCity/DecimalLatitude/DecimalLongitude" }

The API endpoint should return JSON data like so:

{
  "timestamp":"2016-05-23 11:25:29",
  "temperature":19.200000000000003,
  "humidity":48
}

About

This is the repository for BetterWeather Extension for DashClock on Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%