Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MLstate/birdy

Micro-blogging engine
https://github.com/MLstate/birdy

Last synced: 13 days ago
JSON representation

Micro-blogging engine

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!