https://github.com/ducksoft/windy-plugin-windmill-overlay
Show windmills on Windy map
https://github.com/ducksoft/windy-plugin-windmill-overlay
Last synced: about 1 month ago
JSON representation
Show windmills on Windy map
- Host: GitHub
- URL: https://github.com/ducksoft/windy-plugin-windmill-overlay
- Owner: DuckSoft
- Created: 2024-08-08T02:00:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T15:19:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T22:43:39.446Z (over 1 year ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windy Plugin Template
Template for development of Windy Plugins.
**Documentation at: [https://docs.windy-plugins.com/](https://docs.windy-plugins.com/)**
# CHANGELOG
- 3.0.0
- Updated `@windycom/plugin-devtools` for client v42.2.0
- 2.0.0
- Completely new version of the plugin system based in Windy client v42+
- 1.0.0
- New rollup compiler, no more riot architecture
- Updated examples for Windy client v39
- 0.4.0
- Added `plugin-data-loader` to the Plugins API
- 0.3.0
- Examples moved to examples dir
- 0.2.0
- Fixed wrong examples
- 0.1.1
- Initial version of this repo