All Projects → aerisweather → aerisjs

aerisweather / aerisjs

Licence: other
Aeris Interactive

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to aerisjs

temps-lite
A smart, good-looking little app which tries to speak your language the way you are used to.
Stars: ✭ 40 (-27.27%)
Mutual labels:  weather
verif
Software for verifying weather forecasts
Stars: ✭ 70 (+27.27%)
Mutual labels:  weather
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (-52.73%)
Mutual labels:  weather
scala-weather
High-performance Scala library for looking up the weather
Stars: ✭ 45 (-18.18%)
Mutual labels:  weather
wingpanel-indicator-weather
Weather app for elementary os
Stars: ✭ 12 (-78.18%)
Mutual labels:  weather
Weather
用WPF写的日历天气桌面小程序
Stars: ✭ 44 (-20%)
Mutual labels:  weather
AndroidWeatherApp
Android WeatherApp, using the http://openweathermap.org/ API. Made for Network + JSON Parsing and Material Design Experiments.
Stars: ✭ 17 (-69.09%)
Mutual labels:  weather
hs-weather
Weather menubar app for hammerspoon
Stars: ✭ 17 (-69.09%)
Mutual labels:  weather
pluvia weather flutter
A weather app with beautiful animations, built with Flutter. Uses the OpenWeatherMap API and MapBox API.
Stars: ✭ 114 (+107.27%)
Mutual labels:  weather
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (-45.45%)
Mutual labels:  weather
dwdweather2
Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
Stars: ✭ 68 (+23.64%)
Mutual labels:  weather
weather-app
⛅ Check the current weather in any city on the planet.
Stars: ✭ 86 (+56.36%)
Mutual labels:  weather
AZ-Touch-Pi0-Weather
AZ-Touch PiZero Weatherstation
Stars: ✭ 31 (-43.64%)
Mutual labels:  weather
climate-app
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Stars: ✭ 40 (-27.27%)
Mutual labels:  weather
MMM-NOAA
Weather module
Stars: ✭ 17 (-69.09%)
Mutual labels:  weather
WeatherSwiftUI
Implementation of the Weather app using SwiftUI and OpenWeather API.
Stars: ✭ 37 (-32.73%)
Mutual labels:  weather
descent
Elegant now playing display for Last.fm showing song metadata and local weather.
Stars: ✭ 97 (+76.36%)
Mutual labels:  weather
Weather
用C#编写的天气预报小工具(.NET4.0 & Visual Studio 2017)
Stars: ✭ 19 (-65.45%)
Mutual labels:  weather
open-earth-compiler
development repository for the open earth compiler
Stars: ✭ 50 (-9.09%)
Mutual labels:  weather
Beauty
从中央天气网获取七天天气数据http://www.weather.com.cn/ 搜索框联想功能,根据输入联想位置名称和城市代码 窗体呈现,每一个卡片在hover时有三个动画,上升一定高度,阴影渐变出现,offset渐变增加,卡片上方按钮渐变出现
Stars: ✭ 16 (-70.91%)
Mutual labels:  weather

This library has been deprecated. Check out our new JavaScript SDK instead!


The Aeris Weather API is one of the most complete and advanced weather APIs available and quickly gives you access to many different types of weather information.

Out of the box, Aeris.js provides a suite of tools for rendering weather maps and widgets, using data from the Aeris API. Maps can be rendered using the Google Maps API or OpenLayers.

Usage of the Aeris API requires an Aeris API developer account. Visit hamweather.com to sign up for a free account.

/**
 * Aeris.js is currently in beta release.
 * While we will make our best efforts to maintain a stable API,
 * minor changes may be made to the interface while Aeris.js
 * is in beta release. 
 *
 *
 * We would love to hear your feedback, thoughts, and dreams for
 * this library.
 *
 * Why not open a pull request?!
*/

Documentation


TL;DR

<script type="text/javascript" src="//cdn.aerisjs.com/aeris.js"></script>
<script type="text/javascript">
    var map = new aeris.maps.Map('map-canvas', {
        center: [45, -90],
        zoom: 12
    });
    var radarLayer = new aeris.maps.layers.Radar();
    
    radarLayer.setMap(map);
</script>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].