Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.63 KB

hc-skelly

Skeleton application for interating with the Home Connect API. Lets you control your Home Connect compatible oven through a web browser.

Prerequisites

To be able to fully use the app, the following will be required:

  • Have a Home Connect account with a Home Connect compatible oven connected
  • Have or create an account on the Home Connect Developer Program
  • Once you have an account, create your application here
  • Make sure to define your Home Connect user in application settings
  • If running hc-skelly locally, set the Redirect URI in the application settings to:
http://localhost:3000/authorize

Otherwise if intending to use the Netlify deployment use:

https://nostalgic-snyder-5dbfc3.netlify.app/authorize
  • Once you run hc-skelly you can use the Client ID and Client Secret of your application to authorize with Home Connect API

Setup

Run the following commands to setup your environment:

git clone https://github.com/nirzohu/hc-skelly.git
cd hc-skelly
npm install

Running the app

To get the app up and running, run:

npm start

This should start up your browser. If you're familiar, this is a standard react-scripts application.

You can also open the deployment of the app on Netlify.