simonprickett / meetup-node-api

Demo using the Meetup API, Node JS and JQuery.

Home Page:https://simonprickett.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup-node-api

Server

Requires a Meetup API key, set it using an environment variable, or hard code it into server/server.js. Example use of environment variable:

export MEETUP_API_KEY=key_goes_here

Do this before starting the server.

cd server
npm install
npm start

See output at:

http://localhost:8080/groups
http://localhost:8080/events/<groupId>

example:

http://localhost:8080/events/pythonsd

Client

cd client
python -m SimpleHTTPServer

Navigate to:

http://localhost:8000

About

Demo using the Meetup API, Node JS and JQuery.

https://simonprickett.dev/

License:MIT License


Languages

Language:JavaScript 84.2%Language:HTML 15.8%