Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MLstate/birdy
Micro-blogging engine
https://github.com/MLstate/birdy
Last synced: 13 days ago
JSON representation
Micro-blogging engine
- Host: GitHub
- URL: https://github.com/MLstate/birdy
- Owner: MLstate
- License: mit
- Created: 2013-09-02T12:02:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-02T16:12:37.000Z (about 11 years ago)
- Last Synced: 2024-08-01T22:54:21.019Z (3 months ago)
- Language: Opa
- Size: 93.8 KB
- Stars: 56
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
birdy
=====Micro-blogging engine
![Mandatory Screenshot](http://i.imgur.com/PdOxwn0.png)
# Build
Install [Opa](http://opalang.org) 1.1.1 or later, compile with
make
and run with./birdy.exe
Note that for proper execution, you need to have Node.js, Mongo installed and setup a local email relay system.# Code explanation
Birdy is the main application described in detail in the [O'Reilly Opa Book](http://shop.oreilly.com/product/0636920025436.do).
# Authors
The app is written by the book authors: Adam Koprowski, Ida Swarczewskaja and Henri Binsztok.
You are welcome to fork the project, submit pull requests, and have your name here.# License
The code is MIT licensed.
Thanks for buying the book!