Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanderblue/wx
Weather monorepo currently featuring snow depth data for mountains in the Pacific Northwest.
https://github.com/sanderblue/wx
graphql javascript monorepos nestjs node nodejs nx react reactjs typescript weather workspace wxapp
Last synced: 9 days ago
JSON representation
Weather monorepo currently featuring snow depth data for mountains in the Pacific Northwest.
- Host: GitHub
- URL: https://github.com/sanderblue/wx
- Owner: sanderblue
- Created: 2019-12-15T22:23:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T22:29:42.000Z (about 2 years ago)
- Last Synced: 2024-11-21T06:38:04.882Z (2 months ago)
- Topics: graphql, javascript, monorepos, nestjs, node, nodejs, nx, react, reactjs, typescript, weather, workspace, wxapp
- Language: TypeScript
- Homepage: https://knowyoursnow.com
- Size: 2.47 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wx
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/sanderblue/wx/Build%20and%20deploy)
This monorepo (powered by [Nx](https://nx.dev/)) contains a few small applications - a small cron job app, a frontend app, and a backend app. It's currently biased towards winter weather, specifically snow depth data for mountains in the [Cascade Range](https://en.wikipedia.org/wiki/Cascade_Range) in the [Pacific Northwest](https://en.wikipedia.org/wiki/Pacific_Northwest).
View the primary project at **[knowyoursnow.com](https://knowyoursnow.com/)**.
#### About the project
Weather is fascinating, and since I'm mildly obsessed with snow, I decided to start there when it came to preliminary features. The project started out as an experiment to see how well [Nx workspaces](https://www.youtube.com/watch?v=mVKMse-gFBI) can handle building multiple applications with different frameworks within a single repository. So far it's worked out quite well. This particular Nx workspace contains a frontend app built with [React](https://reactjs.org/) and two backend apps built with [Nest](https://nestjs.com/).
If you have any questions or comments about the project feel free to contact me on Twitter at [@SanderBlue](https://twitter.com/SanderBlue).