Setup and propagate rethinkdb server javascripts.
- Download node and npm with homebrew.
- Download rethinkdb with npm.
- Navigate to a folder where you want your database.
- Run setupServer.js using node.
- Add your api code.
- Run retrieveData.js using node.
- If it stops copy and paste the lastest request into your retrieveData.js file.
- Stop and rerun retrieveData.js using node.