Skip to content

sjl/newseasons

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

newseasons

A simple Clojure webapp that notifies users when new seasons of their favorite TV shows hit iTunes.

Requirements

Usage

Clone down the repo:

hg clone http://bitbucket.org/sjl/newseasons
# or
git clone http://github.com/sjl/newseasons

cd newseasons

Spin up a VM, SSH in, and set up the environment:

vagrant up

vagrant ssh
cd /vagrant

cp src/newseasons/settings-vagrant.clj src/newseasons/settings.clj
lein deps

Run the web server (while SSH'ed in):

lein run

Visit http://localhost:4565/ on your local machine to view the site.

To run the check-for-new-seasons/notify-users loop:

lein run :refresh

License

Copyright (C) 2011 Steve Losh, MIT Licensed

About

A simple Clojure webapp for notifying users when new seasons of their favorite TV shows hit iTunes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published