Skip to content

Mathpix/live-math-drawing-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

To run this sample code, you must first get a Mathpix OCR API key. This can be done here:

https://accounts.mathpix.com

Then, put your app_id and app_key into .env file (https://github.com/Mathpix/live-math-drawing-demo/blob/master/.env.sample):

export app_id=YOUR_APP_ID
export app_key=YOUR_APP_KEY

Then:

npm install
source .env
npm start

Then, open http://localhost:3000 to view it in your browser.

API docs

This demo is build with the following 2 API endpoints:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published