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

@flagbit/n8n-nodes-akeneo

v0.3.0

Published

A node to use some features of the Akeneo platform. Originally by https://pixel.ao, modified by flagbit

Downloads

13

Readme

Banner image

Akeneo n8n node

This version is modified to provide pagination on the products. This pagination is presented as N8N items. Or the response error.

Prerequisites

You need the following installed on your development machine:

Consider using NVM to manage node versions and use the reinstall-packages feature

Using on N8N

  1. go to N8N settings
  2. go to communities nodes
  3. install the node with the name of @flagbit/n8n-nodes-akeneo
  4. example Banner image

Using locally

These are the basic steps for working locally without using the NPM version.

  1. Clone the repo:
    git clone https://github.com/flagbit/akeneo-node-n8n.git
  2. Run npm i to install dependencies.
  3. in the other terminal navigate to: C:\Users{user}\AppData\Roaming\npm\node_modules\n8n. Or, wherever your global node_modules are (use npm -t to find out)
  4. Run npm link @flagbit/n8n-nodes-akeneo
  5. To start n8n Run n8n start

Develop locally

You will need pm2 (npm i pm2 -g)

We use pm2 as it makes stopping n8n easier, otherwise you need to look up process ids etc. Also, it is cool.

Start n8n using pm2: pm2 start n8n

When you need to rebuild use: npm run exp

This will trigger the akeneo node compilation, then restart the local n8n instance.

When you have finished, you can use pm to stop n8n: pm2 stop n8n

You can use pm2 log n8n to see your local port number. Knowing this makes it easier to find the local site, or find out why it doesn't work

More information

Refer to our documentation on creating nodes for detailed information on building your own nodes.

License

MIT