Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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^//
```