UNPKG

1.98 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
5This tool can be used to find the next jaxnode meeting.
6Simply type 'jnn' into your console to find out when and where the next JaxNode meeting will take place.
7
8To install this command line utility, use the following example.
9
10```
11npm install -g jaxnodenext
12```
13
14To find out when the next meeting will take place, type the following command;
15
16```
17> jnn
18"The next JaxNode meeting will be on Jan 21, 2016 6:30 PM at Availity"
19```
20This tool will allow to view the help options using the following command;
21
22```
23> jnn --help
24 Usage: index [options]
25
26 Options:
27
28 -h, --help output usage information
29 -d, --details More details about the meetup
30 -m, --map Google Map to Meetup location
31 -l, --link Open the home page url
32 -a, --address Show the venue address
33```
34
35The `--details` option will give you the full meeting title and description.
36
37The `--map` option will open up a Google map in your default browser of the venue location for the next meetup.
38
39The `--link` opens up the JaxNode.com website in your default web browser. We display the next meetup information on our home page.
40
41The `--address` displays the venue address for the next meetup.
42
43Copyright [2015] [JaxNode]
44
45 Licensed under the Apache License, Version 2.0 (the "License");
46 you may not use this file except in compliance with the License.
47 You may obtain a copy of the License at
48
49 <http://www.apache.org/licenses/LICENSE-2.0>
50
51 Unless required by applicable law or agreed to in writing, software
52 distributed under the License is distributed on an "AS IS" BASIS,
53 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
54 See the License for the specific language governing permissions and
55 limitations under the License.
56