1.0.7 • Published 7 years ago

search-eventbrite v1.0.7

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

search-eventbrite

An developer-friendly API for searching for events on Eventbrite

Eventbrite

intallation

$ npm install --save search-eventbrite

short sample

var event = require('search-eventbrite');

event.getAll({
  q: 'Hackathon',
  'location.address':'San Francisco',
  sort_by: 'date'
}, function(err, res, events){
    if(err) return console.log('err: ', err)
    console.log('events: ', events)
  });

sample response data (up to 50 events totally)

⋅⋅⋅ The API returns a beautiful JSON of events

[ { name: '#WomenHack - The All-Women Hackathon San Francisco',
    id: '27670276542',
    url: 'https://www.eventbrite.com/e/womenhack-the-all-women-hackathon-san-francisco-tickets-27670276542?aff=ebapi',
    start: '2017-03-18T09:00:00',
    thumbnail: 'https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F24064540%2F9608873553%2F1%2Foriginal.jpg?h=200&w=450▭=0%2C40%2C2048%2C1024&s=c76201c80cfb9eb0468a9081508a1723' },
  { name: 'Artificial Intelligence - Global Hackathon',
    id: '29463496110',
    url: 'https://www.eventbrite.com/e/artificial-intelligence-global-hackathon-tickets-29463496110?aff=ebapi',
    start: '2017-03-31T09:00:00',
    thumbnail: 'https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F25986734%2F107812564861%2F1%2Foriginal.jpg?h=200&w=450▭=0%2C95%2C1000%2C500&s=a703b70e891d0db5abf30303d79eb320' },
    { name: 'TeenTechSF Global Youth Summit and World Pitch',
      id: '29502144709',
      url: 'https://www.eventbrite.com/e/teentechsf-global-youth-summit-and-world-pitch-tickets-29502144709?aff=ebapi',
      start: '2017-02-18T08:30:00',
      thumbnail: 'https://img.evbuc.com/https%3A%2F%2Fcdn.evbuc.com%2Fimages%2F26151074%2F57935709853%2F1%2Foriginal.jpg?h=200&w=450▭=150%2C306%2C754%2C377&s=365fee942e396a635373420bf2b4a09d' } ]

Auther

Amazingandyyy Amazingandyyy

License

MIT

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago