Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moritz/soonish
- Owner: moritz
- Created: 2012-09-16T10:44:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T20:03:01.000Z (almost 12 years ago)
- Last Synced: 2024-11-05T20:49:12.667Z (3 months ago)
- Language: Perl
- Size: 116 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.plThere isn't more to it yet :(