0.0
No commit activity in last 3 years
No release in over 3 years
show course and teacher on codeschool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

soa_codeschool Build StatusGem Version

https://rubygems.org/gems/soa_codeschool

A simple Ruby Gem to scrap the website codeschool and to get courses and its instructors.

Usage

Run the following command:

gem install soa_codeschool

Command line usage

codeschool  # Puts JSON array of code school courses and teachers to command line

Usage in ruby code

require 'soa_codeschool'

code_school = SiteScraper.new
code_school.course_names  # Returns array of course names
code_school.code_school_data  # Returns JSON array of code school courses and teachers
code_school.code_school_output  # Puts JSON array of code school courses and teachers

License

Distributed under the MIT License.