Skip to content

IsaacSchemm/weather-sidebar

legacy-support
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Weather Sidebar

https://www.lakora.us/weather http://lakora.nfshost.com/weather

This is a cross-browser weather forecast sidebar. It shows the current temperature and weather, along with an hourly forecast for the next 12 hours, using the Dark Sky API.

Weather icons can use native emoji (the default on most systems) or Twitter emoji (the default on Windows 7 and prior.)

Weather Sidebar does not have any name / zipcode support for location lookup at this time. Instead, either use the browser's geolocation support (default) or enter your own latitude/longitude in the settings area.

Browser requirements:

Branches

  • master: Pure JavaScript, no compilation required. Requires async/await support in the browser.
  • legacy-support: Uses TypeScript to compile async functions into code that uses Promise callbacks, which expands browser support to pretty much anything that supports localStorage and JSON. Also adds various polyfills (most of which are loaded only if needed) to provide support for Clasilla and possibly other niche or legacy browsers.

About

A JavaScript sidebar/mobile site to show current weather and upcoming forecasts using the Dark Sky API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published