Skip to content

Commit

Permalink
minor update for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joestein committed Oct 16, 2011
1 parent 3f5a6a2 commit 31e38e6
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
@@ -0,0 +1,21 @@
The MIT License

Copyright (c) 2011 Joe Stein

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Empty file removed README
Empty file.
27 changes: 27 additions & 0 deletions README.md
@@ -0,0 +1,27 @@
Cronus
========

Provides a simple example of using the Google Maps JavaScript API v3 http://code.google.com/apis/maps/documentation/javascript/basics.html with Scala Lift http://liftweb.net/
---------------

1) Get Cronus

git clone git@github.com:joestein/cronus.git
cd cronus

2) Update & Run Jetty

./sbt update ~jetty-run

3) Launch Your Browser

http://localhost:8080/

More Info
----------

http://allthingsscala.com/2011/10/16/scala-lift-example-using-google-maps/

Thanx =) Joe Stein

http://linkedin.com/in/charmalloc

0 comments on commit 31e38e6

Please sign in to comment.