UNPKG

3.79 kBMarkdownView Raw
1# JaxNode Command Line tool
2
3[![Build Status](https://travis-ci.org/davidfekke/jaxnodenext.svg?branch=master)](https://travis-ci.org/davidfekke/jaxnodenext)
4[![Platforms](https://img.shields.io/badge/Platforms-OS%20X%20%7C%20iOS%20%7C%20Linux%20-green.svg?style=flat)](https://www.jaxnode.com/apps/JaxNodeNext)
5[![NPM version][npm-image]][npm-url]
6[![Downloads][downloads-image]][npm-url]
7[![Coverage Status](https://coveralls.io/repos/davidfekke/jaxnodenext/badge.svg?branch=master&service=github)](https://coveralls.io/github/davidfekke/jaxnodenext?branch=master)
8[![npm version](https://badge.fury.io/js/jaxnodenext.svg)](https://badge.fury.io/js/dogyears)
9[![Node v5.0](http://img.shields.io/badge/node-v5.0-brightgreen.svg)](https://nodejs.org)
10[![Node v4.0](http://img.shields.io/badge/node-v4.0-green.svg)](https://nodejs.org)
11[![Node v0.12](http://img.shields.io/badge/node-v0.12-yellowgreen.svg)](https://nodejs.org)
12[![Node v0.10](http://img.shields.io/badge/node-v0.10-yellow.svg)](https://nodejs.org)
13
14[downloads-image]: https://img.shields.io/npm/dm/jaxnodenext.svg
15[npm-url]: https://www.npmjs.com/package/jaxnodenext
16[npm-image]: https://img.shields.io/npm/v/jaxnodenext.svg
17
18![Screenshot of command line](https://raw.githubusercontent.com/davidfekke/jaxnodenext/master/jaxnodesnap.png)
19
20
21
22This tool can be used to find the next jaxnode meeting.
23Simply type 'jnn' into your console to find out when and where the next JaxNode meeting will take place.
24
25To install this command line utility, use the following example.
26
27```
28npm install -g jaxnodenext
29```
30
31To find out when the next meeting will take place, type the following command;
32
33```
34> jnn
35 _____ __ __ __
36/\___ \ /\ \/\ \ /\ \
37\/__/\ \ __ __ _ \ \ `\\ \ ___ \_\ \ __
38 _\ \ \ /'__`\ /\ \/'\ \ \ , ` \ / __`\ /'_` \ /'__`\
39 /\ \_\ \/\ \L\.\_ \/> </ \ \ \`\ \ /\ \L\ \/\ \L\ \ /\ __/
40 \ \____/\ \__/.\_\ /\_/\_\ \ \_\ \_\\ \____/\ \___,_\\ \____\
41 \/___/ \/__/\/_/ \//\/_/ \/_/\/_/ \/___/ \/__,_ / \/____/
42
43
44
45The next JaxNode meeting will be on Jan 21, 2016 6:30 PM at Availity
46```
47This tool will allow to view the help options using the following command;
48
49```
50> jnn --help
51 Usage: index [options]
52
53 Options:
54
55 -h, --help output usage information
56 -d, --details More details about the meetup
57 -m, --map Google Map to Meetup location
58 -l, --link Open the home page url
59 -a, --address Show the venue address
60 -e, --easteregg Tell you friends to 'jnn -e' LoL!
61```
62
63The `--details` option will give you the full meeting title and description.
64
65The `--map` option will open up a Google map in your default browser of the venue location for the next meetup.
66
67The `--link` opens up the JaxNode.com website in your default web browser. We display the next meetup information on our home page.
68
69The `--address` displays the venue address for the next meetup.
70
71The `--easteregg` is, well, you will have to check that one out for yourself.
72
73Copyright [2015] [JaxNode]
74
75 Licensed under the Apache License, Version 2.0 (the "License");
76 you may not use this file except in compliance with the License.
77 You may obtain a copy of the License at
78
79 <http://www.apache.org/licenses/LICENSE-2.0>
80
81 Unless required by applicable law or agreed to in writing, software
82 distributed under the License is distributed on an "AS IS" BASIS,
83 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
84 See the License for the specific language governing permissions and
85 limitations under the License.
86