Git Product home page Git Product logo

pulseclient's Introduction

PulseClient

This Repo has been moved and is now the offical web client of PulseSMS. It can be found at https://github.com/klinker-apps/messenger-web

PulseClient. An Open Source alternative to the PulseSMS web and desktop app.

Description

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. The current hosted version of this app is located at 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 (Single Page App)
  • Smooth Animations and Navigation
  • New and improved compose new message page.
  • Improved logic & Design

Privacy

Like the original app, this version does not save any data onto the host server. It's entirely client based.

Current tasks

See issues

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

Contributing

Contributing is more than welcome.

Pull requests will be evaluated on a case by case basis.

pulseclient's People

Contributors

serubin avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

pulseclient's Issues

Emojis

Transition off Jquery emoji plugin.

Custom Theming

Implement custom colors, globally, day/night, and per conversation.

Cannot Compile Production Assets

Compiling production assets results in an error with uglyify trying to compile what appears to be a ES6 JS file. This can be traced to vue-h-ajax.

It seems that vue-h-ajax doesn't specify that it's written in ES6 style JS and thus needs to have a build procedure.

A pull request has been opened at zont/vue-h-ajax#1 to fix the issue.

Sending messages!

Send messages and dynamically update the proper threads and conversation items.

Realtime updating

Real time updating of thread/conversations when new messages/updates are received.

Add Settings Page

Add settings page with:

  • Ability to view settings
  • Fetch settings from phone
  • (If possible) edit settings from web
  • Modify any local settings such as colored to top bar and notification

Unit Testing

Testing for good! Let's get some code coverage.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.