https://github.com/krmannix/nfl_player_searchex
Unofficial search for NFL players via the official NFL search
https://github.com/krmannix/nfl_player_searchex
elixir nfl-players nflstats sports webscraping
Last synced: 4 months ago
JSON representation
Unofficial search for NFL players via the official NFL search
- Host: GitHub
- URL: https://github.com/krmannix/nfl_player_searchex
- Owner: krmannix
- License: mit
- Created: 2017-07-01T00:13:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T13:28:48.000Z (almost 9 years ago)
- Last Synced: 2025-11-23T19:26:23.680Z (7 months ago)
- Topics: elixir, nfl-players, nflstats, sports, webscraping
- Language: Elixir
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFLPlayerSearchex
search for nfl players via the official search
## To Do
* ~~`v0.3.0`~~
* ~~Add documentation~~
* ~~Publish to Hex~~
* `v0.3.1`
* Add `P` & `K` position statistics
* `v0.3.2`
* Add `by_team`
* Add atom support for `position`
* Add atom support for `team`
* `v0.3.1`
* Add `historical` boolean option as keyword list options
* Add `conference` atom option as keyword list options for `by_position`
* Add Credo styling
* `v0.4.0`
* Add `Player` struct
* Add `@spec` documentation
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `nfl_player_searchex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:nfl_player_searchex, "~> 0.3.0"}]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/nfl_player_searchex](https://hexdocs.pm/nfl_player_searchex).