Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 685 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 685 Bytes

Node, Angular JS basics

assign1- Display Json data using charts using angular js. angulardata.json conatains the required json data. assign2- Usage of github api.

REQUIREMENTS:

 1- node.js
 
 2- npm
 
 3- or WAMP or any web server

npm install http-server -g

run server: http-server

url(ipaddress):port is displayed on console, enter the url on browser and add file.html(127.0.0.1:port/assign1.html and 127.0.0.1:port/assign2.html)

or just copy all files to www folder of Wamp and open the file in browser (eg. localhost/assign1.html)

demo1: http://graphoandroida.com/assignment/assign1.html

demo2: http://graphoandroida.com/assignment/assign2.html