Coder Social home page Coder Social logo

mrkishanda173 / website Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meteor-vegas/website

0.0 0.0 0.0 5.05 MB

Website for the Las Vegas Meteor Meetup Group

Home Page: http://vegas.meteor.com

License: MIT License

JavaScript 30.67% HTML 26.74% CSS 41.58% XML 0.28% Handlebars 0.74%

website's Introduction

Meteor Meetup Website

This is a Meteor App that can be used to organize, manage, and market your Meetup group. It was built by the Meteor Vegas Meetup Group.

Features Overview

Meetup.com Integration

  • One-click sign in with Meetup.com OAuth integration
  • Pulls new meetup events from Meetup.com every 30 minutes
  • Displays members who have RSVP'd on Meetup.com
  • Allows members to RSVP to meetups directly from your site

Meetups

Create your meetup on Meetup.com as usual, and the event will be added to your site within 30 minutes (or manually via the button on the /meetups page). Once it is on your site, you can add topics and presenters, and even feature it on your homepage.

Topics

The topics page allows your members to suggest topics that they would like to hear about in upcoming meetups. Other members can vote on and discuss the topics, allowing the organizers to easily choose which topics should be presented next.

Presentations

The presentations page gives you a centralized location to store all of your group's presentations. Members can upload their presentations to YouTube, SlideShare, etc, and simply paste a link into the "Add Presentation" form.

Member Activity

Members are granted activity points when performing certain activities. These points are displayed on their profile, and the member list is sorted by those with the most points.

  • Liked a Presentation: 5 points
  • Commented on a Presentation: 5 points
  • Voted on a Topic: 5 points
  • Commented on a Topic: 5 points
  • Suggested a Topic: 10 points
  • Added a Presentation: 10 points
  • RSVP'd to a Meetup: 10 points
  • Presented a Topic at a Meetup: 50 points

How To Install

  1. Clone the repo git clone [email protected]:meteor-vegas/website.git
  2. Copy the contents of settings.example.json into a new settings.json file
  3. Go to Meetup OAuth Consumers and create 2 new apps, one for development and one for production
  4. Enter the respective keys and secrets into the the meetup.oauth_key and meetup.oauth_secret keys in settings.json
  5. Go to Meetup API Keys and copy your API Key into the meetup.api_key keys in settings.json
  6. Run the app meteor --settings settings.json

How To Customize

Basic Info

Your group's name, description, Meetup URL, Twitter and Github links and even sponsors can all be customized via the settings.json file.

Design / Branding

This app uses Less and Bootstrap for easy customization. Simply change or add Less variables in client/stylesheets/variables.import.less to change your brand colors or modify the theme.

Additionally, we make use of CSS blend modes to dynamically change the color of background images based on your $brand-primary color. As an example:

![](http://cl.ly/Y6jn/vegas.png =200x102) ![](http://cl.ly/Y6d1/london.png =200x102) ![](http://cl.ly/Y6j5/cincy.png =200x102)

How To Deploy

  1. meteor create <your-city>
  2. meteor deploy <your-city>.meteor.com --settings settings.json
  3. Open <your-city>.meteor.com in your browser

How To Contribute

  1. Fork the rep
  2. Submit a Pull Request

website's People

Contributors

azfx avatar ericwlange avatar wehrlock avatar rebolon avatar gdiab avatar

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.