Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).