https://github.com/flowerwrong/api_grade
Query grade of university student gem.
https://github.com/flowerwrong/api_grade
Last synced: 3 months ago
JSON representation
Query grade of university student gem.
- Host: GitHub
- URL: https://github.com/flowerwrong/api_grade
- Owner: FlowerWrong
- License: mit
- Created: 2015-03-07T09:44:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T06:05:36.000Z (over 10 years ago)
- Last Synced: 2025-01-11T11:16:16.464Z (5 months ago)
- Language: Python
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ApiGrade
Query grade of university student gem.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'api_grade'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install api_grade
## Usage
See spec/api_grade/
## Test
1. `rspec spec/api_grade/api/sysu_spec.rb`
2. `rspec spec/api_grade/api/gzhemc_spec.rb`## TODO LIST
* Write sysu grade api.
## Yard
`yardoc lib/*.rb lib/api_grade/*.rb lib/api_grade/api/*.rb`
## Contributing
1. Fork it ( https://github.com/FlowerWrong/api_grade/fork )
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 a new Pull Request