alexklibisz.github.io/meetup-viz
Real-time visualization of streaming data from the Meetup.com open events RSVP API.
Visualize events as a map with markers and a bar chart showing the most frequent countries, states (USA), and names.
- React
- Alt.js
- Leaflet
- D3.js
- Webpack
- This was presented at the KnoxvilleJS meetup on April 18, 2016: http://www.meetup.com/Knoxvillejs/events/229148319/
- Here are the slides from the presentation: https://github.com/alexklibisz/meetup-viz/blob/master/talk-slides.pdf
First, make sure you have node (version 4 or above) and npm installed. NVM is a good tool for setting your node version easily: https://github.com/creationix/nvm
To run the development environment:
- Clone the repo:
$ git clone https://github.com/alexklibisz/meetup-viz
- Go into the folder:
$ cd meetup-viz
- Install packages:
$ npm install
- Run the dev environment:
$ npm run dev
If you want to make the production build, run $ npm run build
, and it will put the bundled assets in the dist
directory.