Wrote Ruby Code
Built a Ruby CLI
Week 2 at Le Wagon 🚂

This week again was very interesting ! The first day we continued with Ruby and we learned regex, it was really complicated but also very interesting 😄.

The day after we saw the parsing method with different format (csv, xml and json), we also learned how to get data from the web.
We learned how to use an API and how to scrap data from an HTML page.

The following days we started to learned the OOP (Object Oriented Programming) we saw the Classes, Instances, Inheritance and Self. Many informations and concept to learn but it was very interesting. 

We finished this week with a cookbook terminal app 📖, the main goal of this app was to create recipe or get some recipe from the web and to save them. For that we used all the concepts we saw the days before.

A tough week 😴