This repository has been archived by the owner on May 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# PulseSMS Web Client | ||
This project is a remake of the original KlinkerApp PulseSMS web client. It's based on the original Open Source (Apache License) implementation. It aims to help fix some of the short comings of the original app as outlined below under **Features**. | ||
|
||
The original app is located at [messenger.klinkerapps.com](https://messenger.klinkerapps.com/). The current hosted version of this app is located at [pulse.serubin.net](https://pulse.serubin.net). | ||
|
||
## Features | ||
As previously mentioned, this app aims to fix some of the short comings of the original web app. Most notably: | ||
* Faster loading time (Async page loading) | ||
* Better refresh times (Uses a high/low refresh based on page focus) | ||
* New and improved compose new message page. | ||
* Improved logic | ||
|
||
## Privacy | ||
Like the original app, this version does not save any data onto the host server. It's entirely client based. | ||
|
||
## Installation | ||
grunt/grunt-cli is required for installation. Run `npm install` to download the dependencies and then `grunt build` to "compile" the javascript. | ||
|