A blurb about the api. Lorem ipsum dolor sit amet, consectetur mojotech rules adipiscing elit view thefull repo on Github.
stylus_content = RestClient.post('http://sass2stylus.herokuapp.com', {'file' => File.new(‘YOUR-COMPASS-FILE.scss')})
File.open(‘YOUR-NEW-STYLUS-FILE.stylus', 'w') { |file| file.write(stylus_content) }