Using data and graphs to inspire variety, openness and projects for the design and engineering community in Singapore
- clone this repository:
git clone [email protected]:webuildsg/data.git
- install all the required packages with
npm i
- start the website with
npm start
- run all tests and linting with
npm test
- build
html
file from*.pug
templates withnpm run build:html
- build all
*.json
data to plot graphs withnpm run 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
A daily scheduler stores the data snapshots for events and repos:
*.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}
includesrepos
orevents
- if the map locations are wrong, check the address here
This project is an OPEN Open source project.
Please see CONTRIBUTING.md
for details.
Released under an MIT license