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
Run the following commands to setup your environment:
git clone https://github.com/nirzohu/hc-skelly.git
cd hc-skelly
npm install
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.