You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Birdwatch is now in its 1.0 release, which means some subtle API changes have occurred:
.start() and .getCachedTweets() no longer return a Promise.
Custom sorting functions can now be passed to the Birdwatch instance.
Birdwatch saves the filtered and sorted tweets to the hard disk, so you can use the cache file anyway you want, but Birdwatch only uses in-memory cache to serve data. Please open an issue or Pull Request to discuss.
Internally, the entire codebase has adopted the ES6 syntax (transpiles with Babel).
The unit testing framework has migrated from Mocha to AVA.