npm.io
0.3.0 • Published 8 years agoCLI

jimjinja

Licence
MIT
Version
0.3.0
Deps
12
Vulns
2
Weekly
0

JImJInJA

IoT Admin tool for your tiny computer(Like Raspberry Pi)

Overview

  • Raspberry Pi GPIO Blinking
  • Raspberry Pi Camera Controlling
  • Embedding Node-RED

Languages

  • English
  • Korean
  • Japanese

Getting started

Prerequisites
  • Node.js ^7.x
  • yarn ^0.x
Usage
  1. Clone this repository

    $ git clone https://github.com/jimjinja/jimjinja.git
    $ cd jimjinja
  2. Install yarn

    $ npm install -g yarn
  3. Rename config file and then edit the file. (.env.example to .env)

    $ cp .env.example .env
  4. Build frontend files

    $ yarn build
  5. Run server

    $ yarn start
  6. Access JImJInJA using your browser

    http://localhost:4000

License

MIT License