nicknack-server

NickNack Web and RESTful Web Services Server

License

License

GroupId

GroupId

com.github.kmbulebu.nicknack
ArtifactId

ArtifactId

nicknack-server
Last Version

Last Version

0.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

nicknack-server
NickNack Web and RESTful Web Services Server

Download nicknack-server

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/nicknack-server/ -->
<dependency>
    <groupId>com.github.kmbulebu.nicknack</groupId>
    <artifactId>nicknack-server</artifactId>
    <version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/nicknack-server/
implementation 'com.github.kmbulebu.nicknack:nicknack-server:0.0.7'
// https://jarcasting.com/artifacts/com.github.kmbulebu.nicknack/nicknack-server/
implementation ("com.github.kmbulebu.nicknack:nicknack-server:0.0.7")
'com.github.kmbulebu.nicknack:nicknack-server:jar:0.0.7'
<dependency org="com.github.kmbulebu.nicknack" name="nicknack-server" rev="0.0.7">
  <artifact name="nicknack-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kmbulebu.nicknack', module='nicknack-server', version='0.0.7')
)
libraryDependencies += "com.github.kmbulebu.nicknack" % "nicknack-server" % "0.0.7"
[com.github.kmbulebu.nicknack/nicknack-server "0.0.7"]

Dependencies

compile (11)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.2.0.RELEASE
com.github.kmbulebu.nicknack : nicknack-core jar 0.0.7
org.apache.commons : commons-lang3 jar 3.3.2
org.springframework : spring-webmvc jar
org.springframework.data : spring-data-jpa jar 1.7.1.RELEASE
org.hibernate : hibernate-entitymanager jar 4.3.7.Final
org.hibernate : hibernate-validator jar 5.1.3.Final
org.springframework.hateoas : spring-hateoas jar 0.16.0.RELEASE
org.springframework.plugin : spring-plugin-core jar 1.1.0.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.4.4
org.apache.logging.log4j : log4j-api jar

provided (2)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.183
javax.servlet : javax.servlet-api jar 3.1.0

runtime (6)

Group / Artifact Type Version
org.aspectj : aspectjweaver jar 1.8.4
org.apache.logging.log4j : log4j-core jar
org.apache.logging.log4j : log4j-jcl jar
org.apache.logging.log4j : log4j-jul jar
org.apache.logging.log4j : log4j-1.2-api jar
org.apache.logging.log4j : log4j-slf4j-impl jar

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.springframework.boot : spring-boot-starter-test jar 1.2.0.RELEASE
org.springframework : spring-test jar
com.jayway.jsonpath : json-path jar 0.9.1
com.jayway.restassured : rest-assured jar 2.4.0
org.codehaus.groovy : groovy jar 2.3.7

Project Modules

There are no modules declared in this project.

Build Status

NickNack

NickNack is an event driven automation engine for the "Internet of Things." Most homes are now equipped with at least one internet connected TV, appliance, security system, stereo receiver, or other device. Additionally, we find Home Theater PC software, Internet services, such as email and weather updates. Nick Nack aims to offer an easy way to create meaningful connections between these providers and more.

A list of included providers is available [here] (./PROVIDERS.md).

Prerequisites

  • Java JRE 7 or higher

Download

Running

Linux / OS X

  1. Download nicknack distribution. curl -o nicknack.tgz "http://repo1.maven.org/maven2/com/github/kmbulebu/nicknack/nicknack-server-assembly/0.0.7/nicknack-server-assembly-0.0.7-distribution.tar.gz
  2. Unpack. tar xzf nicknack.tgz
  3. Start. nicknack/bin/nicknack start
  4. Visit (http://127.0.0.1:8085/).

Windows

  1. Download nicknack distribution zip file using above link.
  2. Unzip.
  3. Open a command line and run nicknack\bin\nicknack.bat start
  4. Visit (http://127.0.0.1:8085/).

Configuring providers

Web based configuration is not yet available. Until then, you can configure NickNack providers by editing the nicknack/conf/nicknack_config.xml file.

Versions

Version
0.0.7
0.0.6
0.0.5b
0.0.5
0.0.4