This repository provides a collection of examples demonstrating how to use the Cycle API with TypeScript. These examples cover various common use cases such as fetching data and handling webhooks.
The Cycle API allows developers to interact with the Cycle platform programmatically. This repository aims to provide practical examples to help you get started quickly with the Cycle API using TypeScript.
Before you begin, ensure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/cycle-app/api-examples.git cd api-examples -
Install dependencies
npm install
-
Fill the config file at
./src/config.tswith your data -
Check the README from the example you want to use