npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-tripadvisor

v1.0.0

Published

Tripadvisor custom node for n8n

Downloads

9

Readme

n8n-nodes-tripadvisor

n8n is a fair-code licensed workflow automation platform.

This is an n8n community node. It lets you use Tripadvisor in your n8n workflows.

TripAdvisor is a U.S.-based online travel company that operates a website and mobile app with user-generated content and a comparison shopping website. It also offers online hotel reservations and bookings for transportation, lodging, travel experiences, and restaurants. Its platform features reviews and opinions about accommodations, restaurants, experiences, airlines and cruises.

Installation
Credentials
Compatibility
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

  1. Go to Settings > Community Nodes.

  2. Select Install.

  3. Find the node you want to install:

    a.) Select Browse. n8n takes you to an npm search results page, showing all npm packages tagged with the keyword n8n-community-node-package.

    b.) Browse the list of results. You can filter the results or add more keywords.

    c.) Once you find the package you want, make a note of the package name. If you want to install a specific version, make a note of the version number as well.

    d.) Return to n8n.

  4. Enter the npm package name, and version number if required.

  5. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.

  6. Select Install. n8n installs the node, and returns to the Community Nodes list in Settings.

Credentials

The Content API uses API Keys to authenticate requests. All API requests must be made over https.

Follow these steps to obtain an API key:

  1. Go to www.tripadvisor.com/developers
  2. Sign up for a Tripadvisor account
  3. Click Create API key

API Key Security

Please safeguard your access key. To include it with each request, set it as the value of the "key" query parameter. If you need to make API calls from client code, be aware this may expose your key to other scripts and browser extensions on the client.

Tripadvisor reserves the right to revoke an access key at any time and issue a new one if a key has leaked or is being misused.

Compatibility

Tested successfully with:

  • n8n Version: 1.32.2
  • Node Version: 18.19.1
  • npm Version: 10.5.0
  • No extra packages required

Resources

Version history

  • 1.0.0 Initial release