mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 04:54:03 -08:00
ed8d89a7cc
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. |
||
---|---|---|
.. | ||
api | ||
blog | ||
docs | ||
plugins/appinsights | ||
src | ||
static | ||
.gitignore | ||
docusaurus.config.js | ||
export_themes.js | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
staticwebapp.config.json |
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.