n8n-nodes-tripit

0.2.0 • Public • Published

n8n-nodes-tripit

This is an n8n community node for interacting with the TripIt API. It provides functionality to create trips, add flights and hotels to trips, and get flight information.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install n8n-nodes-tripit

Operations

Trip

  • Create: Create a new trip with display name, start date, end date, and primary location

Flight

  • Add to Trip: Add a flight to an existing trip using flight number and marketing airline
  • Get Flight Info: Get detailed information about a flight using the flight number

Hotel

  • Add to Trip: Add a hotel reservation to an existing trip with check-in and check-out dates

Credentials

The node requires the following TripIt API credentials:

  • Client ID
  • Client Secret
  • Access Token
  • Refresh Token

You can obtain these credentials by:

  1. Registering your application at TripIt Developer Portal
  2. Creating an OAuth2 application
  3. Using the obtained credentials to authenticate

Resources

Version history

0.1.0

  • Initial release
  • Support for creating trips
  • Support for adding flights and hotels to trips
  • Support for getting flight information

License

MIT

Package Sidebar

Install

npm i n8n-nodes-tripit

Weekly Downloads

6

Version

0.2.0

License

MIT

Unpacked Size

105 kB

Total Files

51

Last publish

Collaborators

  • dvcrn