/dashes-to-dashes

Simple web app that gives a similar json for user-contributed dash docsets than for the official ones

Primary LanguageClojure

Dashes to Dashes

Simple application that offers an API to get all user contributed docsets for dash. It's used by helm-dash atm.

Running Locally

Make sure you have Clojure installed. Also, install the Heroku Toolbelt.

$ git clone https://github.com/heroku/clojure-getting-started.git
$ cd clojure-getting-started
$ lein repl
user=> (require 'clojure-getting-started.web)
user=>(def server (clojure-getting-started.web/-main))

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

Documentation

This application support the Getting Started with Clojure article - check it out. For more information about using Clojure on Heroku, see these Dev Center articles: