n-guitar / vue-natuer-remo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-natuer-remo

Control Nature Remo Site
Using Vue to control Nature Remo

Demo

  • Save the api result as json the first time it is started.
  • This minimizes the number of connections, because it only makes api connections at send time instead of every time.

Quick Start

You can create the api token with the official site.

official site
https://home.nature.global/home

# clone repo
$ git clone https://github.com/n-guitar/vue-natuer-remo.git

# create docker image
$ docker build -t n-guitar/vue-natuer-remo .

# run container
$ docker run -it -p 8080:8080 --rm --name vue-natuer-remo n-guitar/vue-natuer-remo

Versions tested

vue-src/package.json

License

MIT license.

About

License:MIT License


Languages

Language:Vue 86.3%Language:JavaScript 8.9%Language:HTML 2.6%Language:Dockerfile 2.2%