Skip to content

An instant messaging application purposely designed not to keep / remember any form of data. Suitable for disposable/temporary instant messaging.

Notifications You must be signed in to change notification settings

saheedt/disposables

Repository files navigation

CircleCI Maintainability Test Coverage

Disposables

An instant messaging application purposely designed not to keep / remember any form of data except from those needed for authentication and authorization. All chat data are stored on user's device and it can be cleared out at will.

It is Suitable for disposable/temporary instant messaging.

NOTE: The application is still in active development phase and still lacks some basic features, like a sign out option, alot of those features will be added imminently. Features like video and voice call using WebRTC will also be added.

Deployed App

Staging

Installation

  • Navigate to a directory on your machine using your favourite terminal / command line application
  • Clone this repository into that directory
    • Using SSH: git clone [email protected]:saheedt/disposables.git
    • Using HTTP: git clone https://github.com/saheedt/disposables.git
  • Navigate to the repository's directory
    • cd disposables
  • Install the app's dependencies
    • npm install
  • Run application
    • In Devlopment: npm run dev
    • In Production: npm start

Testing

NOTE: Please checkout the test branch or currently opened pull request as tests and CI are worked on. Testing Socket.io has been interesting (read as weird) so far.

Run npm run test to start automated test.

Technologies Used

About

An instant messaging application purposely designed not to keep / remember any form of data. Suitable for disposable/temporary instant messaging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •