fantasy_football_nerd_crystal

Version, currently master branch1 version
  • master branchlatestJun 24, 2017

github.com/fridgerator/fantasy_football_nerd_api

Crystal library for Fantasy Football Nerd API

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  fantasy_football_nerd_crystal:
    github: fridgerator/fantasy_football_nerd_api
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared
License
MIT
Author
Nick Franken

Dependencies

Development Dependencies

  • spec20.7.1github: waterlink/spec2.crdev
  • webmock*github: manastech/webmock.cr, branch: masterdev

README

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