An open API service indexing awesome lists of open source software.

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.

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