Skip to content

Learning Javascript, npm, React and calling some RESTful API

Notifications You must be signed in to change notification settings

YatFungLoo/CKAN-with-Javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Learning Javascript, npm, React and calling some RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published