Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ananduremanan/weather-app
https://github.com/ananduremanan/weather-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ananduremanan/weather-app
- Owner: ananduremanan
- Created: 2024-04-15T09:06:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T11:41:55.000Z (7 months ago)
- Last Synced: 2024-04-22T11:53:49.348Z (7 months ago)
- Language: Svelte
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App Prototype Build with Rust, Tauri and Svelte
![weather app running in windows 11](https://raw.githubusercontent.com/ananduremanan/weather-app/main/screenshots/screen_light.png)
![weather app running in windows 11](https://raw.githubusercontent.com/ananduremanan/weather-app/main/screenshots/screen_dark.png)
## How to Run?
- Clone the Repo
- Install Dependencies with `npm install` for svelte part and `cargo install` for Rust.
- Run the app by `cargo run dev`