This project is a Copilot skillset that interacts with 3 random endpoints. The purpose of this project is to demonstrate how to build a skillset that can communicate with multiple endpoints and handle their responses.
- Clone the repository:
git clone https://github.com/sneha-natekar/anotherone.git
- Navigate to the project directory:
cd anotherone
- Install the dependencies:
npm install
- Run the project:
npm start
This skillset interacts with the following 3 random endpoints:
- Endpoint 1: Description of the first endpoint.
- Endpoint 2: Description of the second endpoint.
- Endpoint 3: Description of the third endpoint.
To test the project, follow these steps:
- Run the tests:
npm test
The tests are written using a testing framework. To run the tests, use the following command:
npm test