Skip to content

A Node.js application using @arduino/arduino-iot-cloud and the new Explore IoT on Heroku.

Notifications You must be signed in to change notification settings

heroku-examples/cascadiajs-heroku-arduino-workshop-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-arduino-workshop-app

A Node.js application using @arduino/arduino-iot-cloud and the new Explore IoT on Heroku.

Requirements

On the Arduino IoT Cloud, Create a new API and download the resulting Client ID and Secret and set them as environment variables:

export CLIENT_ID="...."
export CLIENT_SECRET="...."

Deployment

  1. Create an Heroku application:
heroku create <my-app-name>
  1. Set the Arduino Client and Secret IDs:
heroku config:set CLIENT_ID="...."
heroku config:set CLIENT_SECRET="..."
  1. Deploy to Heroku:
git push heroku main
  1. Open Application:
heroku open

About

A Node.js application using @arduino/arduino-iot-cloud and the new Explore IoT on Heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published