HomeGuidesRecipesAPI ReferenceChangelog
Log In

Arc Quickstart

Arc requires the integration of Connect into the front-end of your application as well as back-end server functionality that handles authentication and processing of incoming utility data. To make it easier to see how the front-end and back-end components work together, we've implemented this walkthrough in a simple example project, arc-quickstart that you can run locally.

This example application will load Connect into a web app where you can enter utility credentials. The data related to the utility account will be delivered to your terminal via webhooks.

To use the quickstart guide, you'll need your Arc API keys, a computer that can run Node.js version 14.x, and familiarity with the command line.