Skip to content

AchrafAmil/copilot-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is a quick example of a web application that integrates our Copilot API.

To test it on your machine:

  • First you need an API key. To get one, please contact us
  • Replace the placeholder in main.js line 1 with your key.
  • Then, you just need to run a http static server.

For instance, if Node.js is installed on your machine, you can run:

npx http-server .

and browse http://127.0.0.1:8080/

You'll find more information about Nabla APIs on our documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 9.0%
  • CSS 4.2%