Skip to content

Latest commit

 

History

History
107 lines (69 loc) · 2.49 KB

README_bkp.md

File metadata and controls

107 lines (69 loc) · 2.49 KB

#2 This is the repository to my simple Chat app using Django and some Javascript :) #4 Topics will be added later on my friend :) Let's Gooooo :)

From Readme file

Development setup

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

make install
npm test

The whole file below

s s s

[![Python Version][python-image]][python-url] Build Status Downloads Stats

## Fast Chat

Fast Chat :)

A quick way to chat

This is a quick chat app for ALX and Holberton Software engineers. No hassles.

Installation

OS X & Linux:

apt-get install fast-chat /* In development */

Windows:

win-get install fast-chat /* In development */

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the Wiki.

Release History

  • 0.2.1
    • CHANGE: Update docs (module code remains unchanged)
  • 0.2.0
    • CHANGE: Remove setDefaultXYZ()
    • ADD: Add init()
  • 0.1.1
    • FIX: Crash when calling baz() (Thanks @GenerousContributorName!)
  • 0.1.0
    • The first proper release
    • CHANGE: Rename foo() to bar()
  • 0.0.1
    • Work in progress

Contacts

PyBaker Twitter: @Pybaker Email: drshaunmak@gmail.com

Distributed under the XYZ license. See LICENSE for more information.

https://github.com/PyBaker/fast-chat

Contributing

  1. Fork it (https://github.com/PyBaker/fast-chat/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request