Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

138
Views
¿Cómo puedo enviar notificaciones usando Pushbullet con Javascipt?

Quiero usar el envoltorio pushbullet.js para que la API de pushbullet envíe notificaciones a mi dispositivo. JavaScript y el código html se adjuntan a continuación. Cuando ejecuto el programa, aparece el error "ReferenceError: PushBullet no está definido". Estoy usando P5.js para codificar porque soy extremadamente nuevo en Javascript.

 PushBullet.APIKey = "<api key here>"; PushBullet.push("note", "<device name", null, {title: "<Alert>", body: "<Someone is at the door>"}, function(err, res) { if(err) { throw err; } else { console.log(res); } });
 <!DOCTYPE html> <html lang="en"> <head> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/p5.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.0/addons/p5.sound.min.js"></script> <script type="text/javascript" src="http://alexschneider.github.io/pushbullet-js/pushbullet.min.js"></script> <link rel="stylesheet" type="text/css" href="style.css"> <meta charset="utf-8" /> </head> <body> <script src="sketch.js"></script> </body> </html>

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!