Skip to content

drpicox/proto-githubmeetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubMeetup

This is the source of the app GithubMeetup.

How to submit a talk

  1. click here
  2. Modify the issue to match your talk
  3. Submit

How to compile

Execute:

$ npm install
$ bower install
$ grunt build

How to edit

Open with your favorite editor and debug with:

$ grunt serve

How to use

Configure src/gm/gmConfig.js so it points to your repo, ex:

    githubServiceProvider.config.owner = 'drpicox';
    githubServiceProvider.config.repo = 'proto-githubmeetup';

Create milestones (a meetup) in your project with the following yaml+markdown (edit to adapt to your content):

---
time: 19.10h
location:
  name: itnig
  lat: 41.396229
  lng: 2.194053
  z: 14
sponsors:
  - aba
  - bera
---
Welcome *today*
In fact this milestone is to test that today is working.
Change due date as needed.

Allow your speakers to create issues (talks) on your milestones (meetups). Issues should have a description like the following yaml+markdown (edit to adapt to your content):

---
level: normal
language: es
twitter: drpicox
tags:
  - hello
  - node
  - world
---
A talk description

To accept a talk, verify that it is in the correct milestone and close the issue.

About

A prototype to use github as a meetup clone directly through Browserside Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published