Skip to content

Make any party involving an event with announcements a fun competition

License

Notifications You must be signed in to change notification settings

nick-merrill/oscar-party

Repository files navigation

Oscar

How Tos

Empower admins

Meteor.users.update({_id: ID_OF_USER}, {$set: {isAdmin: true}})

Give admins superpowers

This allows admins to:

  • View and modify votes from any user.

    Meteor.users.update({_id: ID_OF_USER}, {$set: {hasSuperpowers: true}})

About

Make any party involving an event with announcements a fun competition

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages