jordillonch / nensquefem

Toy project to play with Symfony2. It is a web scrapper to extract child activities in Barcelona from some web sources and create a little agenda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nensquefem.cat

This project is a toy to play with Symfony2.

My intention is to create a webscrapper to extract child activities in Barcelona from some web sources and create a little agenda.

Interesting parts

  • Tagged services

Installation

git clone https://github.com/jordillonch/nensquefem.git
cd nensquefem
php composer.phar update
app/console doctrine:database:create
app/console doctrine:schema:create
app/console doctrine:fixtures:load

Usage

app/console nensquefem:robots:run

Author

Jordi Llonch - llonch.jordi at gmail dot com

About

Toy project to play with Symfony2. It is a web scrapper to extract child activities in Barcelona from some web sources and create a little agenda

License:MIT License


Languages

Language:PHP 55.7%Language:JavaScript 44.3%