Skip to content

Latest commit

 

History

History
97 lines (63 loc) · 2.47 KB

README.en.md

File metadata and controls

97 lines (63 loc) · 2.47 KB

Air Conditioner

中文文档 | English Docs

Github Pages

Cloud air conditioner. Portable air conditioner. Invite a cool breeze into your summer life!

History: 云空调,便携小空调|云游君的小站

Features

Advantages

  • Turn on the air conditioner any time and anywhere
  • Portable
  • Low power consumption(Drawn with HTML CSS instead of Canvas
  • Noise is negligible
  • Easy to use
  • Swift installation

Limitations

  • Wind not included

Installation

iframe

<iframe height="740" src="https://ac.yunyoujun.cn"></iframe>

Quickly install an air conditioner on your website.

Sample Room:AC Room

Home Installation Service

Deploy It Yourself

Docker

You can use the following environment variables to customize the configuration.

  • AC_NGINX_DOMAIN Set domain name
  • AC_NGINX_PORT Set listening port

Tencent CloudBase

Developed and deployed based on Tencent's open source project CloudBase Framework. One-click deploying is supported.

腾讯云|Deploy to CloudBase

Dev

# yarn dev
yarn start
# http://localhost:3000/

yarn build
# ./build

Environment Variables

cp .env.example .env
# Disable Advertisement
VITE_DISABLE_ADSENSE=true

Todo

  • Air Conditioner
    • Energy Label
    • Temperature Range(16-31˚C)
    • Wind css
    • Sound Effects
      • Buttons
      • Running sound
      • Import more sounds from 喜马拉雅
  • Follow system color schemes

Ref