Demo web-page showing 5 nearest BikePoints:
- around Leyton
- having available bicycles
- with basic authentication
showing a minimalistic table with BikePoint locations, distances from Leyton and number of available bikes
git clone https://github.com/icslabspace/bike-point
To start the web server call lein run
from the project's root
To stop it just hit Ctrl-C
After the server starts visit your favorite browser and enter localhost:3000/Leyton
If all goes well you should be asked for a username and password (use the ones below):
username=icslab
password=www.icslab.eu
Leiningen your standard Clojure project automation tool
Hiccup fast Clojure library for HTML rendering
Yada a Clojure web API
Bidi a bidirectional URI routing Clojure lib
Aleph asynch communication
Copyright © 2016
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.