Git Product home page Git Product logo

travelhelpercoffee's Introduction

ThoughtWorks Melbourne
----------------------

Travel Script, written in Coffee Script

Purpose of script:
. to screen scrape flight page, produce e-mail friendly page
. to add hotel bookings, according to info in google spreadsheet
. to add car bookings and travel times
. to export relevant info to a different google spreadsheet

Notes for dev, when running the following commands under the project root directory:
. 'rake' by default will run minify_js and produce TravelHelper.min.js
. 'rake jasmine' will run jasmine server for testing
. 'guard' is set up to compile .coffee files to .js


Dependencies:
-------------
rake
bundler
juicer        	- files packager
yui_compressor  - JS/CSS minifier used by packager (run juicer install yui_compressor after installing the juicer)
Coffee Script 	- little language that compiles into JS
guard         	- watches coffee files changes, auto-compile them to JS
jasmine       	- JS BDD
mustache      	- templating engine

Instructions for installing TravelHelper: 
-----------------------------------------

1. In Chrome go to the 'View' menu and select 'Always Show Bookmarks Bar'

2. Right click on the Bookmarks bar and go to 'Add page...'

3. For the new bookmark add these details: 
Name: TravelHelper
Url: javascript:(function(){document.body.appendChild(document.createElement('script')).src='https://raw.github.com/lfendy/TravelHelperCoffee/master/TravelHelper.min.js';})();

(Please note that installing the script this way means that any updates will be automatically applied for you) 

To run TravelHelper: 
--------------------

Click on the Bookmark in the Bookmarks Bar called 'TravelHelper' when you're on the Virgin/Qantas booking page. 

travelhelpercoffee's People

Contributors

lfendy avatar lizdouglass avatar wding avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.