Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 737 Bytes

Neurosity OAuth Example: ACME Neuro

App Screenshot

Read documentation at https://docs.neurosity.co/api/oauth

Development

Add Required Environment Variables

Create .env file at the root of the project and add the following:

NEUROSITY_OAUTH_CLIENT_ID=<your client id here>
NEUROSITY_OAUTH_CLIENT_SECRET=<your client secret here>
NEUROSITY_OAUTH_CLIENT_REDIRECT_URI=http://localhost:3000

Run locally

npm start
npm run functions

This project is setup to work on port 3000 for the UI, and port 9999 for the functions server.

Deployment

This project was designed to work out of the box when deployed to Netlify.