A free weather frontend to a variety of weather providers
See the codebriefsky is a free weather frontend to a variety of weather providers, with an interface reminiscent of the late Dark Sky.
briefsky retains all configuration in URL parameters, so you can bookmark multiple locations or weather providers. briefsky is implemented as a client-side app. It doesn't collect user information, show ads, or store cookies.
briefsky currently supports the following weather providers:
Some weather providers may require a free API key.
Install packages:
$ npm install
Run local development server:
$ npm run dev
Build production bundle:
$ npm run build
Preview production bundle:
$ npm run preview
Format, lint, and check:
$ npm run format && npm run lint && npm run check
briefsky strives to support free weather providers with open APIs or with free API keys. However, some providers are missing weather data needed by the frontend, or lack sufficient weather data with a free API key. Below is a list of currently unsupported weather providers:
briefsky is MIT licensed. See the included LICENSE file.
TypeScript
71.4%
Svelte
27.0%
JavaScript
1.0%
A free weather frontend to a variety of weather providers
See the codebriefsky is a free weather frontend to a variety of weather providers, with an interface reminiscent of the late Dark Sky.
briefsky retains all configuration in URL parameters, so you can bookmark multiple locations or weather providers. briefsky is implemented as a client-side app. It doesn't collect user information, show ads, or store cookies.
briefsky currently supports the following weather providers:
Some weather providers may require a free API key.
Install packages:
$ npm install
Run local development server:
$ npm run dev
Build production bundle:
$ npm run build
Preview production bundle:
$ npm run preview
Format, lint, and check:
$ npm run format && npm run lint && npm run check
briefsky strives to support free weather providers with open APIs or with free API keys. However, some providers are missing weather data needed by the frontend, or lack sufficient weather data with a free API key. Below is a list of currently unsupported weather providers:
briefsky is MIT licensed. See the included LICENSE file.
TypeScript
71.4%
Svelte
27.0%
JavaScript
1.0%