A project that demonstrates many greek words and names that we constantly use on modern computing and software engineering. You can view the site on greekintech.com.
You need to have node.js and bower and installed. When you are ready you can install all dependencies by typing :
npm install
npm start
After installation you need only need to start the server using the last command.
All the entries are available from a single JSON file. You can contribute entries with a pull request. If you don't want to mess with a pull request you can suggest an entry by creating an issue. If you still find it hard, you can drop me an email (see my profile).
The test suite contains unit tests and functional tests
To run all the tests
npm test
Make sure grunt is installed globally on your system npm install -g grunt-cli
and that you have run npm install
first.
npm run test-unit
Make sure you have installed phantomjs, casperjs globally: npm install -g phantomjs && npm install -g casperjs
npm run test-functional