A Smalltalk Web Browser for Squeak/Smalltalk
# Scamper Web Browser [](https://travis-ci.org/hpi-swa-teaching/Scamper) Scamper is a Web Browser for the Squeak enviroment. ## Installation 1. Drag the SAR file scamper.sar into Squeak, choose "Install SAR". 2. Run `Scamper install` in the Workspace. ## Using Scamper There are several ways to open Scamper: * Open Scamper by running `Scamper open` in the Workspace. The default page will be shown. * Run `Scamper openOnUrl: 'http://google.com' asUrl` in the Workspace with any given URL, e.g. http://google.com. or simply * Open Scamper via Apps. The default page will be shown.