https://github.com/weacast/weacast
Open Source platform to gather, expose and make use of weather forecast data
https://github.com/weacast/weacast
Last synced: about 1 month ago
JSON representation
Open Source platform to gather, expose and make use of weather forecast data
- Host: GitHub
- URL: https://github.com/weacast/weacast
- Owner: weacast
- License: mit
- Created: 2022-03-21T16:34:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T09:03:49.000Z (6 months ago)
- Last Synced: 2025-03-19T10:40:06.982Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://weacast.github.io/weacast/
- Size: 57.4 MB
- Stars: 20
- Watchers: 5
- Forks: 1
- Open Issues: 40
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github - docs/) | Open source platform to gather, expose and make use of weather forecast data | v0.13.10 | (Awesome Quasar [](https://github.com/sindresorhus/awesome) / Tutorials)
README
# Weacast
[](https://github.com/weacast/weacast/releases)
[](https://github.com/weacast/weacast/actions/workflows/main.yaml)
[](https://codeclimate.com/github/weacast/weacast)
[](https://codeclimate.com/github/weacast/weacast/coverage)
[](https://weacast.github.io/weacast/)
[](https://hub.docker.com/r/weacast/weacast-api/)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fweacast%2Fweacast?ref=badge_shield)This is the Weacast monorepo with all packages that are published under the `@weacast` npm organization, they were previously provided as stand-alone repositories and packages under the `weacast-xxx` naming.
> It was previously the repository of the weacast demo application you can now find here: https://github.com/weacast/weacast-app.
To get started, clone the repository and run:
```
yarn install
yarn test
```## Packages
The following packages are available:
* [@weacast/core](./packages/core): toolkit to support Weacast applications and plugins
* [@weacast/gfs](./packages/gfs): GFS weather forecast model plugin for Weacast
* [@weacast/arpege](./packages/arpege): ARPEGE weather forecast model plugin for Weacast
* [@weacast/arome](./packages/arome): AROME weather forecast model plugin for Weacast
* [@weacast/probe](./packages/probe): probing forecast model plugin for Weacast
* [@weacast/alert](./packages/alert): alerting plugin for Weacast
* [@weacast/api](./packages/api): microservice web app to expose weather forecast data
* [@weacast/leaflet](./packages/leaflet): Leaflet plugin to visualize Weacast forecast layers
* [@weacast/grib2json](./packages/grib2json): CLI to converts GRIB2 files to JSON
* [@weacast/gtiff2json](./packages/gtiff2json): CLI to convert GeoTiff files to JSON## Documentation
The [Weacast docs](https://weacast.github.io/weacast/) are loaded with awesome stuff and tell you everything you need to know about using and configuring Weacast.
## License
This project is licensed under the MIT License - see the [license file](./LICENSE) for details
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fweacast%2Fweacast?ref=badge_large)
The detailed list of Open Source dependencies can be found in our [3rd-party software report](https://app.fossa.com/projects/git%2Bgithub.com%2Fweacast%2Fweacast?utm_source=share_link).