README.md (344B)
1 # Observe to Email 2 A simple node app involving a form to record observations with, the 3 data from the form gets sent to the specified email as a latex table. 4 The email stored on this does not exist anymore 5 ## Requirements 6 * Nodejs 7 * npm 8 ## Running 9 Execute `npm install` then `npm start` 10 and the website will be running locally on 127.0.0.1:3000