Skip to content

Latest commit

 

History

History
executable file
·
35 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

executable file
·
35 lines (25 loc) · 1.1 KB

Overview

This is the code for this video on Youtube by Siraj Raval on how to build a Bitcoin startup. I started off using the tesserect.js demo repository and added functionality on top of it. This app is still a work in progress.

Dependencies

  • Node.js
  • Firebase
  • Stripe
  • Paypal
  • Proof of Existence API
  • Tesserect.js
  • BioBERT
  • hFigures Visualization
  • Nodemailer

Usage

Install the dependencies using npm (replace npm with 'yarn' if npm doesn't work)

npm install

And start the development server

npm start

TODOs - Make a PR if you fix any.

  • Finish integrating Proof of Existence API and the Stripe/Paypal paywall.
  • Create a proper database schema for the health data
  • Add Keyword Recognition via BioBERT, use the recognized keyword categories as columns in the database
  • Replace the dummy health visualization with real health data
  • Add in NodeMailer

Credits

tesserect.js team and society for helping me live and thrive.