http://rick-garlick.appspot.com/url_retriever/
- Users can enter a URL of a page to fetch
- The web app fetches the HTML of the page and displays the source to the user
- A summary of the document is displayed, listing which tags are present in the HTML and how many of each tag
- Clicking on the name of each tag in the summary will highlight the tags in the source code view
Use the following command to deploy: appcfg.py update ./
Use the following command to compile (and watch for changes): coffee -o app/url_retriever/static -cw app/url_retriever/app.coffee
Need to add Verification on the URL entry Need to refactor the code to be more application like Disable the button while the url is being fetched Add Routing Mobile!!!!