https://github.com/killpop3770/weather_app
https://github.com/killpop3770/weather_app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/killpop3770/weather_app
- Owner: killpop3770
- Created: 2024-05-25T23:20:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T17:09:01.000Z (about 1 year ago)
- Last Synced: 2024-05-28T01:35:55.423Z (about 1 year ago)
- Language: Svelte
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
An application for viewing the weather by city names.
## Environment Variables
To run this project, you will need to add the following variables to your .txt file.
`OPEN_WEATHER_TOKEN_KEY` - you should get your own token at registration by following the [link](https://openweathermap.org/).
Create file like `open_weather_token.txt` and put your token in it.
## Deployment
Before all run to install required libraries:
```bash
npm install
```To deploy this project run:
```bash
cargo tauri dev
```## Release Build
To build this project run:
```bash
cargo tauri build
```## Authors
- [@killpop3770](https://www.github.com/killpop3770)