Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 866 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 866 Bytes

Build Status

spring-social-meetup

A provider extension for Spring Social to enable connectivity with Meetup and API binding for Meetup REST API. This is implemention uses OAuth2 for authorization.

  • spring-social-meetup, meetup api implementation. To check out the project and to build from source, do the following:

    git clone git://github.com/yarli4u/spring-social-meetup.git

    cd spring-social-meetup

    mvn clean compile jar:jar

  • spring-social-quickstart, designed to get you up and running quickly.

    To check out the project and to build from source, do the following:

    git clone git://github.com/yarli4u/spring-social-meetup.git

    cd spring-social-quickstart

    mvn clean compile war:war