An open API service indexing awesome lists of open source software.

https://github.com/killpop3770/weather_app


https://github.com/killpop3770/weather_app

Last synced: 3 months ago
JSON representation

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)