https://github.com/gfargo/bark
Messaging application created with the Meteor platform.
https://github.com/gfargo/bark
Last synced: 3 months ago
JSON representation
Messaging application created with the Meteor platform.
- Host: GitHub
- URL: https://github.com/gfargo/bark
- Owner: gfargo
- Created: 2016-03-28T03:47:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T03:51:25.000Z (about 9 years ago)
- Last Synced: 2025-01-12T05:40:57.507Z (4 months ago)
- Language: CSS
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Bark
An exploration into creating real-time chat applications using the [Meteor](http://www.meteor.com) platform.
### Installation
To get Bark up and running on your local machine you first need to install meteor:
#####OSX/Linux#####
`curl https://install.meteor.com/ | sh`
then type `meteor` in terminal from within the project directory to boot up the local meteor server at `http://localhost:3000/`
#####Windows#####
Meteor does windows? Give [this](https://win.meteor.com/) a try!
####TODO:
- [ ] Hide "invite a friend" form unless heading clicked
- [x] Add `admin` field to `user.profile` Mongo collection
- [ ] Restrict creation of rooms to `super users`
- [ ] Give `super users` ability to remove rooms####DONE:
- [x] Edit Comments
- Uses [editable text fields](http://editable-text.meteor.com/)/[github](https://github.com/jackadams/meteor-editable-text/)
- [x] Delete Comments
- [x] Add Sass Support via `meteor-scss` [github](https://github.com/fourseven/meteor-scss)