• Stars
    star
    1
  • Language
    Crystal
  • License
    MIT License
  • Created almost 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crystal library for Fantasy Football Nerd API

fantasy_football_nerd_crystal

Crystal library for the Fantasy Football Nerd API - http://www.fantasyfootballnerd.com/fantasy-football-api

This is a very early adoption, TESTS HAVE NOT BEEN WRITTEN, this is very much alpha stage.

Installation

Add this to your application's shard.yml:

dependencies:
  fantasy_football_nerd_crystal:
    github: fridgerator/fantasy_football_nerd_api

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/[your-github-name]/fantasy_football_nerd_crystal/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

Contributors