Skip to content

codeherk/ambi

Repository files navigation

Ambi - Smart Light Widget

Contributors Forks Stargazers Issues MIT License LinkedIn

Product Screenshot Product Screenshot

This a project that I personally worked on due to bordem in quarantine. After hours of effort, my interest in this project peaked and rather than keep it to myself, I'm sharing it with others!

Built With

Getting Started

Prerequisites

  • npm
npm install npm@latest -g

Installation

Download from releases

Look under releases and download the appropriate software for your operating system

Clone source code

  1. Clone the repo
git clone https://github.com/codeherk/ambi.git
  1. Install NPM packages
npm install
  1. Run application
npm start

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the GPL-3.0 License. See LICENSE for more information.

Contact

Byron Jenkins - @codeherk - codeherk@gmail.com

Acknowledgements

  • huejay - Awesome Philips Hue Node.js Client
  • usolved - If you see this. Thank you for your CIE-RGB-Converter. Using your code helped with converting color formats!