Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngerakines/cerlan
A Calender About Nothing port in Erlang.
https://github.com/ngerakines/cerlan
Last synced: about 1 month ago
JSON representation
A Calender About Nothing port in Erlang.
- Host: GitHub
- URL: https://github.com/ngerakines/cerlan
- Owner: ngerakines
- Created: 2009-10-14T05:31:31.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-18T02:29:09.000Z (almost 15 years ago)
- Last Synced: 2024-05-01T13:43:23.182Z (8 months ago)
- Language: Erlang
- Homepage: http://calenderlaboutnothing.com/
- Size: 109 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# CalendERL About Nothing
An Erlang port of the beloved Calender About Nothing.
# Getting Started
First, be sure to create the file 'cerlan_github.hrl' in the src directory. It is currently being git-ignored. Inside that file, define LOGIN and TOKEN. These are used to interact with the GitHub API.
From there, you just need to build and run the system.
$ make
$ make dev &
$ make dev-server &
$ open http://127.0.0.1:8084# Credits
This project is a direct result of using and loving Calendar About Nothing.
# License
Copyright (c) 2009 Nick Gerakines
This project is open source under the terms of the MIT license.