Skip to content

Commit 8b9eba5

Browse files
first
0 parents  commit 8b9eba5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+4916
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules/
2+
.idea

.meteor/.finished-upgraders

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file contains information which helps Meteor properly upgrade your
2+
# app when you run 'meteor update'. You should check it into version control
3+
# with your project.
4+
5+
notices-for-0.9.0
6+
notices-for-0.9.1
7+
0.9.4-platform-file
8+
notices-for-facebook-graph-api-2
9+
1.2.0-standard-minifiers-package
10+
1.2.0-meteor-platform-split
11+
1.2.0-cordova-changes
12+
1.2.0-breaking-changes
13+
1.3.0-split-minifiers-package
14+
1.4.0-remove-old-dev-bundle-link
15+
1.4.1-add-shell-server-package

.meteor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local

.meteor/.id

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This file contains a token that is unique to your project.
2+
# Check it into your repository along with the rest of this directory.
3+
# It can be used for purposes such as:
4+
# - ensuring you don't accidentally deploy one app on top of another
5+
# - providing package authors with aggregated statistics
6+
7+
1t61tt4fa7omu1iengix

.meteor/packages

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Meteor packages used by this project, one per line.
2+
# Check this file (and the other files in this directory) into your repository.
3+
#
4+
# 'meteor add' and 'meteor remove' will edit this file for you,
5+
# but you can also edit it by hand.
6+
7+
meteor-base # Packages every Meteor app needs to have
8+
mongo # The database Meteor supports right now
9+
reactive-var # Reactive variable for tracker
10+
jquery # Helpful client-side library
11+
tracker # Meteor's client-side reactive programming library
12+
13+
[email protected]_1 # CSS minifier run for production mode
14+
[email protected]_1 # JS minifier run for production mode
15+
[email protected]_1 # ECMAScript 5 compatibility for older browsers.
16+
[email protected]_1 # Enable ECMAScript2015+ syntax in app code
17+
18+
autopublish # Publish all data to the clients (for prototyping)
19+
dab0mb:ionic-assets
20+
angular-templates
21+
mobile-status-bar
22+
launch-screen
23+
fourseven:scss
24+
check
25+
26+
mys:accounts-phone

.meteor/platforms

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
server
2+
browser
3+
ios

.meteor/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

.meteor/versions

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
41+
42+
43+
44+
45+
46+
47+
48+
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+
60+
61+
62+
63+
64+
65+
66+
67+
68+
69+
70+
71+
72+
73+
74+

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Uri Goldshtein
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[{]: <region> (header)
2+
# WhatsApp Clone with Ionic & Meteor CLI
3+
[}]: #
4+
[{]: <region> (body)
5+
# WhatsApp Clone with Meteor CLI and Ionic
6+
7+
[![bitHound Overall Score](https://www.bithound.io/github/DAB0mB/angular-meteor-whatsapp/badges/score.svg)](https://www.bithound.io/github/DAB0mB/angular-meteor-whatsapp) [![bitHound Dependencies](https://www.bithound.io/github/DAB0mB/angular-meteor-whatsapp/badges/dependencies.svg)](https://www.bithound.io/github/DAB0mB/angular-meteor-whatsapp/master/dependencies/npm)
8+
9+
- [Start the tutorial @ angular-meteor.com](https://www.angular-meteor.com/tutorials/whatsapp/meteor/bootstrapping)
10+
11+
[}]: #
12+
[{]: <region> (footer)
13+
[{]: <helper> (nav_step)
14+
| [Begin Tutorial >](manuals/views/step1.md) |
15+
|----------------------:|
16+
[}]: #
17+
[}]: #

0 commit comments

Comments
 (0)