Skip to content

initialstate/simple-form-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple HTML Form

repo linter workflow

This is a simple example of using an HTML form to submit data to a nodejs server app that then sends the data to Initial State.

The reason this app uses an intermediary nodejs server instead of submitting directly to Initial State is to give the implementer control over the exposure of his/her Initial State Access Key.

To Run

$ npm install

$ INITIALSTATE_ACCESS_KEY=YOURKEY PORT=3000 npm start

Then navigate to localhost:3000/temperature and submit temperatures

About

Simple Form Example for submitting data to Initial State through html form.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published