Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raysrashmi/ruby-stackoverflow
Ruby interface for stackoverflow api
https://github.com/raysrashmi/ruby-stackoverflow
stackoverflow stackoverflow-api
Last synced: 3 months ago
JSON representation
Ruby interface for stackoverflow api
- Host: GitHub
- URL: https://github.com/raysrashmi/ruby-stackoverflow
- Owner: raysrashmi
- License: mit
- Created: 2013-10-01T16:46:31.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T17:35:21.000Z (almost 9 years ago)
- Last Synced: 2024-11-08T11:17:47.294Z (3 months ago)
- Topics: stackoverflow, stackoverflow-api
- Language: Ruby
- Homepage:
- Size: 151 KB
- Stars: 47
- Watchers: 6
- Forks: 25
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruby::Stackoverflow [![Code Climate](https://codeclimate.com/github/raysrashmi/ruby-stackoverflow.png)](https://codeclimate.com/github/raysrashmi/ruby-stackoverflow)
Ruby toolkit to Stackoverflow API
## Install
Add this line to your application's Gemfile:
gem 'ruby-stackoverflow'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby-stackoverflow
###Documentation
User Calls
Questions Calls
Badges Calls
Comments Calls##Configuration
You can add your key and access-token for higher rate limit.
To get Key and Access Token you have to register your app to http://stackapps.com/
Run command in your application dir.$ rails generate ruby_stackoverflow --client_key= --access_token=
This command will create a ruby_stackoverflow.rb file in config/initializers.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request##LICENSE