Skip to content

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

License

Notifications You must be signed in to change notification settings

SOAupstart2/Team-HW-1-Ideate-and-Scrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages