Skip to content

coljs/medellinjs

Repository files navigation

mde-js-site

All Contributors Build Status dependencies Status devDependencies Status

MedellinJS Website powered by NuxtJS

Build Setup

Check your Node version, this must be higher that 8+.

$ node -v
#v14.21.3

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

External API usage

Meetups

This site uses the meetup.com API to pull the past and next events for the MedellinJS group. All requests to the API are JSONP request signed with an API Key, which is the only supported mode if you dont want to use OAuth (requires user approval), or reval your API key in the source code (which should only used be on server side apps).

The only endpoint hitted to pull the events is the V3 Group events endpoint, which is used to pull both upcoming events and past events.

Signed requests can be generated from the Meetup API Console and can only be used for the specific resource involved. Because the signed requests carry the identity of the user that generated them, its recommended to use them only for read-only requests without side effects (GET).

JSONP needs to be used because the meetup API only supports CORS headers on requests that use OAuth authentication. See github issue.

For further information about the meetup API please check the documentation.

Contributors

Add new contritutor from CLI

Use npm run contributors:add <username> contribution1, contribution2 to add new contributors to our project. They will be added to your configuration file, and the contributors file will be updated just as if you used the generate command.

# Add new contributor <username>, who made a contribution of type <contribution>
npm run contributors:add <username> <contribution>
# Example:
npm run contributors:add khriztianmoreno code,doc

Add new contritutor from Issue or Pull Request

Comment on Issue or Pull Request, asking @all-contributors to add a contributor:

@all-contributors please add <username> for <contributions>

contribution: See the Emoji Key (Contribution Types Reference) for a list of valid contribution types.

The bot will then create a Pull Request to add the contributor, then reply with the pull request details.

example all contributor bot

Thanks goes to these wonderful people (emoji key):


Julian Duque

πŸ’» πŸ“‹ πŸ“’ πŸ‘€ πŸ“

AdriΓ‘n Estrada

πŸ’» πŸ“‹ πŸ“’ πŸ‘€ πŸ“

Alex Ramirez

πŸ“‹ πŸ“’

CodeMaxter

πŸ“‹ πŸ“’

Jesse cogollo

πŸ“‹ πŸ’» πŸ“– πŸ’΅ πŸ‘€ πŸ“’

Khriztian Moreno

πŸ’» πŸ“– πŸ‘€ πŸ“’ πŸ› 🎨

Maria Fernanda Serna Arboleda

πŸ“‹ πŸ“’ πŸ”

Jeny Alejandra Mazo

πŸ’» 🎨 πŸ“‹ πŸ’΅ πŸ“’

Frank Alejo Betancur

πŸ“‹ πŸ“’ πŸ’»

Ely Alvarado

πŸ’»

Alejandro PΓ©rez

πŸ’»

Iva Villa

πŸ’»

Juan Pablo Romero Mendoza

πŸ’»

Juan David Maldonado GΓ³mez

πŸ’»

David SΓ‘nchez

πŸ’»

Fernando Montoya

πŸ’»

Maria Camila Gomez Restrepo

πŸ’»

Manu Castrillon

πŸ’»

Daniel

πŸ’»

Cristian Mosquera

πŸ’»

Catalina Meneses

πŸ’»

Esteban Beltran

πŸ’»

Mauro Arango

πŸ’»

svargaslondono

πŸ’»

Erick Garcia

πŸ’»

yhorman perez

πŸ’»

AndrΓ©s Bedoya

πŸ’»

Camilo Ocampo

πŸ’»

Carlos Hurtado

πŸ’»

Carlos JimΓ©nez

πŸ’»

erickgarciagit

πŸ’»

Juan David Nicholls Cardona

πŸ’»

Pablo VelΓ‘squez

πŸ’»

Santiago Blanco

πŸ’»

Alejandro Garcia Serna

πŸ’»

JC Casas

πŸ’»

silvermiguel96

πŸ’»

Alexis (GH)

πŸ’»

Cristian Martinez

πŸ’»

Estefanny Seguro

πŸ’»

gabynr

πŸ’»

Jose Miguel

πŸ’»

Mateo Calle

πŸ’»

pquiceno

πŸ’»

Romel PΓ©rez

πŸ’»

Samuel Burbano Ramos

πŸ’»

Sergio C. Orozco Torres

πŸ’»

Wbert AdriΓ‘n Castro Vera

πŸ’»

Brandon Villamizar

πŸ’»

Juliana Gomez

πŸ’»

John Agudelo

πŸ’»

jovallejomu

πŸ’»

MartinEliasQ

πŸ’»

naranjitagolden

πŸ’»

Skouro

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!