Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 749 Bytes

CKAN with Javascript

Simple Javascript website with React as front-end with npm packages running on node.js.

Goals

  1. Website that used Hong Kong gov CKAN API to display its data.

npm package manager

use https://www.npmjs.com/ to find packages that are useful.

Project initialisation

Install nvm to install npm to manage a node project.

Since javascript is a scripting language, Node.js is used as a runtime manager run the code.

npm init -y  # Create package.json file
node {file_name}.js  # Runs the code