integrateme-co / integrate-io

Cross-Post your blogs between dev.to, Medium and Hashnode 🔀
MIT License
51 stars 15 forks source link

Remove Hardcoded Tags in hashnode Endpoint #17

Open uzaxirr opened 3 years ago

uzaxirr commented 3 years ago

In the hashnode endpoint, the tags which are to be included in the post are hardcoded

    tags: [
      {
        _id: "56744723958ef13879b9549b",
        slug: article.slug,
        name: "programmin, web-dev",
      },
    ],

This is to be modified and tags are to be added as per original post