1.0.6-alpha.2 • Published 4 years ago

meetup-widget v1.0.6-alpha.2

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

Meetup Widget

Codepen - https://codepen.io/Prafulla1998/pen/OJVNzxP

Unofficial Widget to showcase the events which you have organized on meetup.com 📅

Screenshot of the Meetup Widget

Installation & Usage

You can install meetup-widget using two ways.

1 - Using Script

    <meetup-widget data-groupurl="Mumbai-Flutter"></meetup-widget>
    <!-- Place script tag before the end of the body tag -->
    <script src="" type="module"></script>

2 - As NPM Module

This can be used in React, Vue and almost any other frontend framework

npm install --save meetup-widget

Inside your framework component

import 'meetup-widget'

Attributes

attributesdescriptiondefault
data-groupnameYour meetup.com Username
data-widthWidth of the card350px
data-heightHeight of the card500px
data-modeSet this to production while deploying in a realtime environment
1.0.6-alpha.2

4 years ago

1.0.6-alpha.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago