A simple example of using an HTML form to submit data to a nodejs server app that then sends the data to Initial State can be found at https://github.com/InitialState/simple-form-example.
To Run
$ npm install
$ INITIALSTATE_ACCESS_KEY=YOURKEY PORT=3000 npm start
Then navigate to localhost:3000/temperature
and submit temperatures.
Comments
0 comments
Article is closed for comments.