-
For the last few weeks, the plot function does not show the expected result any more.
Is this related to Google API changes?
Would be grateful for a fix!
```
social.life % plot
```
renders
![…
-
Currently data feeds return a huge amount of data for all relevant players/teams/games.
We'll be adding additional filters and sorting for each feed. The type of filters and sorting will be specif…
-
Fantastic findings!
I've been slowly working on pulling together OpenAPI specifications for some of the major leagues as a side project of mine, and spent the past weekend using your endpoint docum…
-
`GET https://statsapi.web.nhl.com/api/v1/schedule?teamId=30?startDate=2018-01-02&endDate=20128-01-02`
The end date is slightly too far into the future.
sbstp updated
6 years ago
-
decided to try
const findOrCreate = require('mongoose-findorcreate');
on a User model
let u = await model.findOrCreate({ // creates but does not find
emailAddress: ctx…
-
I'm performing the following API call using the Node.js package:
```
var msf = new MySportsFeeds("1.2", true, null);
var today = new Date();
var data = msf.getData('nhl', '2017-2018-regular', …
-
This will save me money and give more accurate/timely data. I think its almost done, just hasn't been tested live yet :)
-
I tried to use the seed finder with the keywords: political news
Then DDT said:
Query failed. Try Bing.
But under the SeedFinder, there is no option to switch the search engine.
I went back to…
-
Hi i've got a problem with my medusa post process, when the episode is finish downloaded the post process script don't rename or move or whatever my files.
If I do manual post processing after down…
-
In JSON, assists are listed by player name, not ID. So need to cross-reference name against list of players who show up in shift log.
Tried to implement this in scrapenhl2.scrape.player_as_id (and …