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
htmlfile from*.pugtemplates withnpm run build:html - build all
*.jsondata 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:
*.jsonformat
- 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}includesreposorevents
- 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
