Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 630 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 630 Bytes

This code is a simple web application that integrates the Nabla API.

To test it on your machine:

  • First you need an API key. To get one, go to the Console to create an organization and create a Server API Key in API Keys.
  • Replace the placeholder in main.js line 1 with your key.
  • Then, you just need to run an HTTP static server. For instance, if Node.js is installed on your machine, you can run npx http-server . and open http://127.0.0.1:8080/

To find more information about the Nabla API, check out our documentation.