asiandrummer / toyota-demo-client-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toyota-demo-client-app

Purpose

Toyota Demo client application to represent a single vehicle that sends/receives requests.

Pre-requisite

  1. Install NPM
  2. Install nodejs If Mac with Homebrew,
brew install nodejs

If Ubuntu and etc, clone directly from nodejs Github repo and follow instructions.

Installation

  1. Run:
sudo npm install
  1. Run:
// nodemon {server js file} {port # (optional)}
nodemon server.js 8888

About

License:MIT License


Languages

Language:JavaScript 84.3%Language:HTML 13.6%Language:CSS 2.1%