- Matt Vargeson
- David Valles
- Peter Chim
- Alex Wong
- node.js - v6.2.0
- mongodb
- Go to Twilio's site and follow directions at (https://www.twilio.com/docs/api/ip-messaging/guides/quickstart-js) to create a Twilio account to get SID and API keys
Read With Me is a remote reading app, that allows parents who are away from their kids to interactively read and webcam with them online. Both parties can draw on the storybook, navigate pages, and make each page image animate.
From the root directory run:
npm install
npm install -g nodemon webpack
webpack --watch
mongod
nodemon server.js
//visit localhost:3000 in the browser.
Client side testing is implemented with Karma and Airbnb's Enzyme framework. Developers can pinpoint the source of their errors's using Enzyme's shallow rendering and Karma's sourcemap. Server side testing is implement with Supertest and Chai.
From the root directory run:
npm test