Skip to content

sergeichestakov/snapcode

Repository files navigation

snapcode

About

Expo app that allows you to take a picture of handwritten code and execute it on Repl.it. Watch the demo here.

Logo credit: @Vandesm14.

Setup

  1. Get a Google Cloud Vision API Key.
  2. Get a Repl.it API Key.
  3. Create a .env file with the following fields:
GOOGLE_CLOUD_VISION_API_KEY='${YOUR_KEY_HERE}'
REPLIT_API_KEY='${YOUR_KEY_HERE}'
  1. Make sure you have expo-cli installed. If you don't you can install it via:
npm install -g expo-cli
  1. From there you can just:
# Install dependencies
yarn install

# Run the app
expo start