https://github.com/anedomansky/weather-app
Simple weather-app made with the help of Electron and React.
https://github.com/anedomansky/weather-app
electron nodejs react
Last synced: about 2 months ago
JSON representation
Simple weather-app made with the help of Electron and React.
- Host: GitHub
- URL: https://github.com/anedomansky/weather-app
- Owner: anedomansky
- License: mit
- Created: 2020-03-05T18:43:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T15:45:26.000Z (over 3 years ago)
- Last Synced: 2025-10-09T04:26:42.752Z (9 months ago)
- Topics: electron, nodejs, react
- Language: TypeScript
- Homepage:
- Size: 2.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# weather-app
  [](https://opensource.org/licenses/MIT)
This is a simple weather-app made with the help of [Electron](https://github.com/electron/electron) and [React](https://github.com/facebook/react). The weather data is provided by [MetaWeather](https://www.metaweather.com/api/).
## Installation
Either get the latest installation file from the [releases section](https://github.com/anedomansky/weather-app/releases) or follow these steps in order to build your installation file manually:
### Requirements
- Node (at least v12.18.3)
- npm (at least 6.14.6)
### Build your own installation file
1. `git clone` the repository
2. `npm install`
3. Use `npm run build` in order to bundle the project files
4. Finally use `npm run dist` in order to create your platform specific installation files
5. Now you can find your files in the `release`-folder