Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.59 KB

README-THING.template.md

File metadata and controls

52 lines (34 loc) · 1.59 KB

Ultimate THING Comparison

Build Status

This is an ultimate comparison of THINGs.

Test it

  1. Install node.js

  2. Intall Java JDK8

  3. Install pandoc (Version 1.17.2) pandoc-citeproc

     wget https://github.com/jgm/pandoc/releases/download/1.17.2/pandoc-1.17.2-1-amd64.deb
     sudo dpkg -i pandoc-1.17.2-1-amd64.deb
    
  4. Update npm (sudo): npm install -g npm

  5. Test dependencies:

     java -version
     npm -version
    
  6. npm install

  7. npm start (starts the web page)

  8. Setup automatic deployment of www directory using Travis CI

Ultimate-THING-Comparison Element Specification

The code below shows a sample element.

# THING Element - http://example.com
Element short description ...

## Description
Element long __markdown__ description ...

## Property 1
- label 1
- label 2

## Property 2
- label 3
- label 4
- label 5

License

The code is licensed under MIT, the content (located at comparison-elements) under CC-BY-SA-4.0.