Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goyox86/javascript-web-applications-code
Code extracted while my reading of "JavaScript Web Applications" by Alex MacCaw
https://github.com/goyox86/javascript-web-applications-code
Last synced: about 2 months ago
JSON representation
Code extracted while my reading of "JavaScript Web Applications" by Alex MacCaw
- Host: GitHub
- URL: https://github.com/goyox86/javascript-web-applications-code
- Owner: goyox86
- Created: 2011-10-13T00:19:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-18T16:57:29.000Z (about 13 years ago)
- Last Synced: 2023-03-12T08:24:53.398Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Code I extracted from the "JavaScript Web Applications" book by Alex MacCaw.
Note: This at least by now node.js dependent.
Please use node.js for running the pure JavaScript code files, for some of them you will need the 'jquery' node package. You can install it using 'npm'.
'npm' is the node.js package manager visit http://npmjs.org/ for installation instructions.
After installed npm you can easily run:
$ npm install jquery