Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackd248/temps
Simple menubar application based on Electron with actual weather information and forecast.
https://github.com/jackd248/temps
electron forecast linux mac menubar weather weather-information windows
Last synced: about 20 hours ago
JSON representation
Simple menubar application based on Electron with actual weather information and forecast.
- Host: GitHub
- URL: https://github.com/jackd248/temps
- Owner: jackd248
- License: mit
- Archived: true
- Created: 2016-06-05T14:13:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T21:04:16.000Z (almost 3 years ago)
- Last Synced: 2024-08-04T00:03:00.953Z (3 months ago)
- Topics: electron, forecast, linux, mac, menubar, weather, weather-information, windows
- Language: JavaScript
- Homepage: https://jackd248.github.io/temps/
- Size: 8.89 MB
- Stars: 556
- Watchers: 19
- Forks: 72
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Temps
A simple but smart weather app.
Notice
The project isn't maintained anymore.
Feel free to try one of the diligent forks:
> Temps is a modern and minimal menubar application based on Electron with actual weather information and forecast for Windows, Mac and Linux.
![temps screenshot](assets/screenshot.jpg)
## Features
* Actual weather information for any location
* Four-Day weather forecast
* Interactive hourly weather graph
* Timezone support
* Information directly in your menubar available
* _Rain_, _snow_ and _thunder_ animation
* Shortcut support
* Minimal and colorful design
### Keyboard support
You can use the following shortcuts for easy usage of Temps:
* Cmd + Shift + W Global shortcut
* Cmd + D Switch details (four-day and hourly forecast)
* Cmd + S Open settings
* Cmd + F Search weather for your favorite city
* Cmd + R Reload application
* Cmd + E Reload weather data
* Cmd + W Search random city weather
* Cmd + G Find your location
* Cmd + Q Close application
![temps screenshot](assets/screenshot-overview.png)
## Development
### Run app
1. Clone repo ```git clone https://github.com/jackd248/temps.git```
2. Change to repo ```cd temps```
3. ```npm install && npm start```
### Build
Builds app binaries for OS X, Linux, and Windows.
```npm run build```
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
## Download [![Github Releases (by Release)](https://img.shields.io/github/downloads/jackd248/temps/v0.7.0/total.svg?style=flat-square)]()
You can [download](https://github.com/jackd248/temps/releases) the latest stable version of Temps for Windows, Mac OS and Linux.
### Instructions
__You need a free API Key by [OpenWeatherMap](http://openweathermap.org/) to fetch weather information.__
Because of this is a non-profit project, I'm not able to offer unlimited access to weather information by myself.
For the start you can use the built-in key to get the weather data. But it can be possible with heavy data traffic, that the service isn't available for this key all the time.
The apps are also not signed for now. So you need to grant usage by the system to run the app.
## Credits
This application uses code from several open source projects:
* [Electron](http://electron.atom.io/)
* [Menubar](https://github.com/maxogden/menubar)
* [OpenWeatherMap](http://openweathermap.org/)
* [Chart.js](http://www.chartjs.org/)
The weather icons are made by myself. If you like to use them in your own project, you can find the icons on [Github](https://github.com/jackd248/weather-iconic) or [Noun Project](https://thenounproject.com/konradmichalik/collection/weather/).
## License [![License](https://img.shields.io/github/license/jackd248/temps.svg?style=flat-square)]()
Copyright (c) 2016 Konrad Michalik, This software is licensed under the [MIT License](LICENSE).