Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshired/WeatherMenu
Menu bar app for MacOS
https://github.com/kshired/WeatherMenu
macos weather
Last synced: 26 days ago
JSON representation
Menu bar app for MacOS
- Host: GitHub
- URL: https://github.com/kshired/WeatherMenu
- Owner: kshired
- License: apache-2.0
- Created: 2021-05-24T08:36:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-11T07:37:11.000Z (over 2 years ago)
- Last Synced: 2024-08-03T09:06:45.649Z (4 months ago)
- Topics: macos, weather
- Language: JavaScript
- Homepage:
- Size: 380 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - WeatherMenu
README
# WeatherMenu
Simple Menu bar app for MacOS
This app shows current weather by icon. That's it!
![screenshot](./files/screenshot.png)
## Dependencies
- electron
- axios
- dotenv## Getting Started
- .env file
```
NODE_ENV = dev or production
API_URL = https://api.openweathermap.org/data/2.5/weather
API_KEY = openweathermap API key
GOOGLE_API_KEY = Google Geolocation API key
```## License
- Apache License Version 2.0
## Others
- The icons what I used in this project are made by [open weather](https://openweathermap.org/)
- I modified source code of [node_wifi_location](https://github.com/swdyh/node_wifi_location).