arslanmit / data

:chart: Data and graphs for repos and events from We Build SG

Home Page:https://data.webuild.sg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header picture

data.webuild.sg

Dependency Status Build Status

Using data and graphs to inspire variety, openness and projects for the design and engineering community in Singapore

install

  1. clone this repository: git clone git@github.com:webuildsg/data.git
  • install all the required packages with npm i -g http-server && npm i
  • start the website with npm start
  • run all tests and linting with npm test
  • build html file from *.jade templates with npm build:html
  • build all *.json data to plot graphs with npm build:graph
  • remove all built files with npm run clean
  • check that all data snapshot files are in the correct format with npm run check

data

A daily scheduler stores the data snapshots for events and repos:

  1. *.json format
  • file name format {type}_archive_YYYY_MM_DD_HHMMSS.json
  • folder data/{type}/v1/{filename} for version compatibility in case there are api changes in the future
  • {type} includes repos or events

contribute

This project is an OPEN Open source project.

Please see CONTRIBUTING.md for details.

credits

license

Released under an MIT license

About

:chart: Data and graphs for repos and events from We Build SG

https://data.webuild.sg

License:MIT License


Languages

Language:HTML 66.3%Language:JavaScript 33.7%