oh-my-posh/website
Matthew Miller ed8d89a7cc feat: update Open Weather Map to use Geocoding API
Updated the Open Weather Map Current Weather URL to remove the
deprecated query parameter. Updated the URL to add the supported
latitude and longitude parameters.

Added a call to the Open Wetaher Map Geocoding API to resolve the
location parameter to latitude and longitude values as specified in the
Open Weather Map documentation.

Added properties to the Open Weather Map segment to allow users to
manually specify the latitude and longitude if desired. Doing this will
skip the geocoding API call and ignore the location parameter.

Updated the website documentation for the Open Weather Map segment to
reflect the property changes and explain how to use them.
2023-05-21 15:01:06 +02:00
..
api docs: remove social integration 2023-05-06 20:34:23 +02:00
blog docs: tweak tips, cautions and warnings 2022-08-10 13:21:00 +02:00
docs feat: update Open Weather Map to use Geocoding API 2023-05-21 15:01:06 +02:00
plugins/appinsights refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
src docs: add privacy policy link 2023-05-08 13:35:06 +02:00
static chore(install): add warning when destination is not in PATH 2023-05-18 09:30:32 +02:00
.gitignore refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
docusaurus.config.js docs: add privacy policy link 2023-05-08 13:35:06 +02:00
export_themes.js fix(chips): time execution segment coloring and battery states 2023-02-09 09:14:13 +01:00
package-lock.json chore(deps): bump yaml from 2.2.1 to 2.2.2 in /website 2023-04-25 18:00:09 +02:00
package.json chore(deps): bump yaml from 2.2.1 to 2.2.2 in /website 2023-04-25 18:00:09 +02:00
README.md refactor: rename docs -> website 2022-05-13 08:19:35 +02:00
sidebars.js feat: new Sitecore context segment 2023-05-18 21:41:05 +02:00
staticwebapp.config.json docs: remove social integration 2023-05-06 20:34:23 +02:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ yarn install

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.