Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kinyugo/weather-psychic
A simple weather desktop app made using neutralinojs
https://github.com/Kinyugo/weather-psychic
Last synced: 3 months ago
JSON representation
A simple weather desktop app made using neutralinojs
- Host: GitHub
- URL: https://github.com/Kinyugo/weather-psychic
- Owner: Kinyugo
- License: mit
- Created: 2021-08-31T16:03:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T16:21:26.000Z (over 3 years ago)
- Last Synced: 2024-08-03T23:24:14.961Z (6 months ago)
- Language: HTML
- Size: 498 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neutralino - Weather Psychic - A Simple weather app (Apps)
README
# Weather Psychic
A simple weather app made using [neutralinojs](https://github.com/neutralinojs/neutralinojs).
## Setup
Obtain an [Open Weather Map API key](https://openweathermap.org/api).
Copy the _.env.example_ in the _weather-psychic_ subdirectory to _.env_ under the same directory.
```bash
cd weather-psychic
cp .env.example .env
```Edit the **REACT_APP_OPEN_WEATHER_API_KEY** to match the key you obtained.
Install packages:
```bash
yarn install
```## Building
Steps:
1. Ensure that the environment variables are well configured as per the _.env.example_.
2. Ensure that there is a _neutralino.js_ file in the _weather-psychic/public_.Then execute:
```sh
yarn build
```This will compile the frontend code and assets to the resources folder.
## Running
From the root folder execute:
```sh
neu run
```