ioBroker / AdapterRequests

This Place is used to track the status of new Adapter-Requests.
248 stars 36 forks source link

NFL results and updates #767

Open github-ps1304 opened 2 years ago

github-ps1304 commented 2 years ago

What kind of device or service you would like to see an adapter for? NFL team results and updates

Is the device connected to the internet or only in the local network available? yes Is an official App or Website available? already developed for HomeAssistant (https://github.com/zacs/ha-nfl) https://github.com/D34DC3N73R/ha-nfl-card

Is an official API including documentation available? might be here: https://espn.com/nfl

Are other libraries for an integration available? dont know

Is this device already integrated in other Smart Home systems? see above links to HomeAssistant

Is this device already integrated in homebridge? Might the ham adapter together with the homebridge plugin be sufficient? no

github-ps1304 commented 2 years ago

a yaml file as an example:

`attribution: Data provided by ESPN date: 2022-09-25T20:25Z kickoff_in: in 4 days quarter: null clock: null venue: Raymond James Stadium location: Tampa, FL tv_network: FOX odds: TB -1.5 overunder: 42 possession: null last_play: null down_distance_text: null team_abbr: TB team_id: '27' team_name: Buccaneers team_record: 2-0 team_homeaway: home team_logo: https://a.espncdn.com/i/teamlogos/nfl/500/scoreboard/tb.png team_colors:

danieldriessen commented 4 months ago

Hello everyone...

I started developing an adapter here: https://github.com/danieldriessen/ioBroker.nfl

This is my second ioBroker adapter development project as well as my second JavaScript project (previously, I've only coded for iOS, macOS, tvOS and watchOS and recently started the development of my first ioBroker adapter 'google-home-nest' which is currently in its beta-testing-phase).

I'm pretty confident that I'll be able to achieve my goals set for this adapter, since I have developed a similar app (with basically the same functionality & using the ESPN-API) for iOS/tvOS before. But since this is only my second ioBroker adapter project (and I am still learning about JavaScript, GitHub and the ioBroker Eco-system) I appreciate everyone's patience as I continue my learning journey and navigate through this process.

So if everyone is alright with it, I would like to take over this project.

Best regards

Daniel