Giter VIP home page Giter VIP logo

Comments (4)

alexwhitman avatar alexwhitman commented on August 19, 2024 1

If you're just using a string then it will get interpreted as a device_iden (unless it contains @ in which case it'll be treated as an email). If you want to push to a channel you have to be more explicit:

Give this a try:

pusher.link({ channel_tag: 'insert-tag-here' }, 'GitHub', 'https://github.com/', function(error, response) {}

You can see the logic at https://github.com/alexwhitman/node-pushbullet-api/blob/master/lib/internal/pushes.js#L129

from node-pushbullet-api.

Ugarz avatar Ugarz commented on August 19, 2024

Thank you for your response !
I finally managed to do it 👍 but I didn't found it in the readme, I'd like to contribute adding it to the documentation if you're okay :)

FYI here's my new code wich has been a bit reduced haha 😀

/**
 * pushNotification
 * 
 * @param {string} query 
 * @returns 
 */
function pushNotification(query) {
  const slugifiedQuery = slugify(query)
  const link = `http://aprettysite.com/${slugifiedQuery}.html`;
  return pusher.link({ channel_tag: process.env.REACT_APP_PUSH_CHANNEL }, 'Ask for something ' + query, link);
}

Thanks for you time and your help, this lib' rox !

from node-pushbullet-api.

alexwhitman avatar alexwhitman commented on August 19, 2024

It's kind of mentioned via the last item on https://github.com/alexwhitman/node-pushbullet-api/blob/master/README.md#target-devices but it could be clearer.

from node-pushbullet-api.

Ugarz avatar Ugarz commented on August 19, 2024

Closing the issue as I managed to do what I want, thanks for your help !

from node-pushbullet-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.