Using the Meetup API we have been able to gather raw data from the technology Meetup scene in Manchester. The purpose of curating this data is to assist the community by producing data analytics upon it, and also performing interesting data visualizations.
If you wish to add to this project and visualize the data provided, you can do, follow the steps below then create a Pull Request.
-
You can create a script to generate the refined data you require by adding to the _scripts folder of this project. Once done, when the website is generated your JSON file will be located in the
_site/data
folder. -
Create a folder of your own in the _static/pages directory, in here place all of your HTML/CSS/JS and when pulling in the data, use
../../data/
as the relative location to your generated data. If you wish to use all of the data generated by this project, you can use../../_data/
as your relative location (loadinggroups.json
,events.json
orattendees.json
). -
Once your page is in your new directory, add your project to _pages.json, following the same format as the first item within the array. When this is done, you should be able to load the index file at the root of the _site folder and see your page under the "Experiments" section of the home page.