Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 822 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 822 Bytes

Meetup boilerplate

This is the boilerplate (HTML and CSS) for our Meetup project for the OrlandoJS "Framework Battles".

Getting Started

Just clone this repo locally and get the markup and styles. The only thing you have to do is add the class “is-adding” in the “main-wrapper” div to display the form.

API info

The API allow the following methods: GET, POST and Endpoint: https://rocky-tundra-22249.herokuapp.com/events

Repo: https://github.com/OrlandoJS/meetup-api

To understand how to call the API, take a look on the tests: https://github.com/OrlandoJS/meetup-api/blob/master/test/app_test.js

Keep it simple! Avoid crazy abstractions, it's just to people see how you start a project and then we can compare with other technologies.

Have fun!