https://github.com/mohitmun/hashman
Online Flockathon
https://github.com/mohitmun/hashman
Last synced: about 2 months ago
JSON representation
Online Flockathon
- Host: GitHub
- URL: https://github.com/mohitmun/hashman
- Owner: mohitmun
- Created: 2017-01-26T15:48:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T13:25:01.000Z (over 9 years ago)
- Last Synced: 2025-11-22T01:04:01.470Z (8 months ago)
- Language: Ruby
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hashman
Project for Online Flockathon

Hashman brings hashtag support to flock. It lets others see what you are talking about. Just start your message with /hashman or click on message action to make any message public across your team/ all flock users
##Features:
- Twitter like Trends (see trends across team and all flock users)
- Manage visibility of message (flock/your team/ private)
- React to Hashtag or Tweet (like, sad, anger etc)
- Quick message action to make any message public/private
## Steps to run
Update config/database.yml with database name and user credentials
```
$rake db:create
$rake db:migrate
$bundle install
$rails s
```