Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumios/shake
緊急地震速報プログラム – Desktop Earthquake Warnings
https://github.com/lumios/shake
beta deprecated
Last synced: 8 days ago
JSON representation
緊急地震速報プログラム – Desktop Earthquake Warnings
- Host: GitHub
- URL: https://github.com/lumios/shake
- Owner: lumios
- License: other
- Archived: true
- Created: 2015-06-25T15:25:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T04:04:04.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T02:30:16.261Z (3 months ago)
- Topics: beta, deprecated
- Language: JavaScript
- Homepage: http://kurisubrooks.com/shake
- Size: 5.46 MB
- Stars: 34
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-zh - Shake - Japanese Earthquake Early Warning Notifier. (Apps / Open Source)
README
Shake
An Earthquake Early Warning program for your computer.
あなたのコンピュータのための緊急地震速報
### Installation
##### Prerequisites
[Node.js](http://nodejs.org/) >= v4 is required. Minimum 2GB of System Memory is also recommended.
Shake supports Mac OS X >= 10.8 and Ubuntu >= 14.04 based Linux distributions.
Windows >= 7 is some-what supported, with no guarantee of working.##### Download a Binary
~~Nightly beta builds are available [here](http://eew.kurisubrooks.com).
All builds are stable to an extent, this software is still in beta.~~Nightly Builds have been removed due to financial constraints, we'll instead be releasing new versions through [GitHub Releases](https://github.com/lumios/shake/releases) as per each Stable update. For now, please refer to the Manual Install or Build sections below.
##### Manual Install
1. `cd ~/.../shake`
2. `git clone https://github.com/lumios/shake.git`
3. `cd ~/.../shake/src`
3. `npm install`##### Run
1. `cd ~/.../shake/src`
2. `npm start`##### Build
1. `cd ~/.../shake`
2. `npm install`
3. `npm install gulp -g`
4. `gulp build:[platform]`Platforms: ['mac', 'win32', 'win64', 'linux32', 'linux64', 'arm']
Running `gulp` without specifying a build-type will build for all the platforms listed above.
### Screenshots
### Legal
```text
Copyright (c) 2016 Lumios – All Rights Reserved.You can use, modify, or copy this software, so long
as you don't redistribute it without explicit permission.This software is provided "as is", without warranty of any kind.
The authors or copyright holders of this software cannot be held
liable for any claim, damages, or other liability arising from
the use of this software.Thanks! (^o^//
```