Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moritz/soonish

Ideas for a web service that collects and distributes album release and concert dates
https://github.com/moritz/soonish

Last synced: about 1 month ago
JSON representation

Ideas for a web service that collects and distributes album release and concert dates

Awesome Lists containing this project

README

        

Notification system for albums and concerts.
Written in Perl 6.
Very much a work in progress.

=====
To run it, set up a postgresql-9.2 database called 'soonish-dev' with role
'soonish-dev' on localhost. Put the password in your ~/.pgpass file
and in the SOONISH_DB_PASSWORD environment variable.

You need to have the latest version of DBIish installed.

Then run

$ ./db < schema.sql
$ perl6 t.pl

There isn't more to it yet :(