A information retrieval system for the IST, UTL student to get notified about new scholarships that are available.
It all started....
- Javascript Design Patterns
- JS in Ten Minutes
- Writting modular Javascript
- Javascript Allonge
- Javascript Succintly
- Javascript Garden
- Programming Javascript Applications
- JS the right way
- Basic Javascript for the impatient programmer
- Node.js
- Mastering Node.js
- nodeschool.io
- Streams
- Up and Running with Nodejs
- Mixu's node book
- The Node Beginner Book
- angular.js
- angularjs fundamental in 60 minutes
- egghead - tutorial videos
- angular.js, learn to build modern web apps
1.1 fork
1.2 Set up your machine
1.3 Commit
1.4 Submit a pull request
Install the necessary dependencies
$ npm install
When you change .js files in ./lib, run browserify by:
$ npm run dist
You can start the app by:
$ npm start
Or with nodemon by:
$ npm run mon
# set the permissions to be able to execute, just once
$ chmod +x bin/watch.js
then
$ bin/watch.js
GET /scholarships // Get all the scholarships
GET /scholarships?param1=a¶m2=b... // example active=true