Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Serubin committed May 13, 2017
1 parent 20cf956 commit 4cb15ab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
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.

0 comments on commit 4cb15ab

Please sign in to comment.