Project

shyness

0.0
No commit activity in last 3 years
No release in over 3 years
Post student questions from the command line to the API developed at s-espinosa/ask.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16.a
>= 0
~> 10.0
~> 3.0

Runtime

>= 0
 Project Readme

Shyness

Shyness is a gem designed to allow students to post questions they have to a website from the command line without raising their hand.

Inspiration for the names Ask and Shyness are courteousy of Moz

Installation

At the command line enter

$ gem install shyness

Usage

In order to use shyness from the command line, run the following command:

$ shyness ask "Your question here!"

Shyness also comes prepackaged with the ability to generate an alias so that you can simply enter sa instead of shyness ask before your question.

$ shyness add_alias
$ source ~/.bash_profile
$ sa "Your new question here!"

You should only need to run the add_alias and source commands above once. After that, you can use sa for all future questions.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/s-espinosa/shyness. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Future development plans include:

  • Allowing users to set a Cohort variable that would then be accepted by the API and saved with the question.
  • Allowing users to set the route to which they will post.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Shyness project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.